From 658cf240ea4f4b39e0714d0cd25a020799a4d059 Mon Sep 17 00:00:00 2001 From: "LAPTOP-DGCU80CH\\user1" Date: Mon, 14 Dec 2020 08:14:50 +0800 Subject: [PATCH] fix double marhun --- resources/views/gadaian/index.blade.php | 2 +- resources/views/homepage/penilai/home.blade.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/gadaian/index.blade.php b/resources/views/gadaian/index.blade.php index daf7b83..27e6ca8 100644 --- a/resources/views/gadaian/index.blade.php +++ b/resources/views/gadaian/index.blade.php @@ -368,13 +368,13 @@ var total_nilai_marhun = 0; var total_berat = 0; var kadarupah = 0; - var marhun_details = ''; var jumlah_marhun = 0; var jumlah_nilai_marhun = 0; function marhuntable(data){ var counter = 1; total_nilai_marhun = 0; total_berat = 0; + var marhun_details = ''; tablemarhun.clear().draw(); $.each(data,function(index,marhun){ $.each(marhun,function(index,marhun_detail){ diff --git a/resources/views/homepage/penilai/home.blade.php b/resources/views/homepage/penilai/home.blade.php index 492a452..8500a4e 100644 --- a/resources/views/homepage/penilai/home.blade.php +++ b/resources/views/homepage/penilai/home.blade.php @@ -29,7 +29,7 @@
-
+ @csrf