From 3c24d862de73de9c829d88478bfd86ec024a41f5 Mon Sep 17 00:00:00 2001 From: Afrina Alimi <82226421+Afrina16@users.noreply.github.com> Date: Tue, 13 Feb 2024 11:47:04 +0800 Subject: [PATCH] comment code historybayaran --- resources/views/customers/v2/info.blade.php | 15 ++++++++------- resources/views/modal/historytebus.blade.php | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/resources/views/customers/v2/info.blade.php b/resources/views/customers/v2/info.blade.php index 411ba06..f8d0223 100644 --- a/resources/views/customers/v2/info.blade.php +++ b/resources/views/customers/v2/info.blade.php @@ -1402,20 +1402,21 @@ $.each(data,function(index,bayaran){ var urlroute = '{{ route("resit.ansuran", ":id") }}'; - var bayaranteller; + // var bayaranteller; - if(bayaran['teller'] != 'Online') - bayaranteller = 'KT'; - - if(bayaran['teller'] == 'Online') - bayaranteller = 'ON'; + // if(bayaran['teller'] = 'Online'){ + // bayaranteller = 'ON'; } + + // else { + // bayaranteller = 'KT'; + // } urlroute = urlroute.replace(':id', bayaran['id']); historybayarandatatable.row.add([ counter, bayaran['created_at'], "RM " + bayaran['duit_masuk'], - bayaranteller, + //bayaranteller, 'Cetak' ]).draw(); counter = counter + 1; diff --git a/resources/views/modal/historytebus.blade.php b/resources/views/modal/historytebus.blade.php index affe7fc..32b2e27 100644 --- a/resources/views/modal/historytebus.blade.php +++ b/resources/views/modal/historytebus.blade.php @@ -43,7 +43,7 @@ Bil Tarikh Bayaran Bayaran - Jenis Bayaran + {{-- Jenis Bayaran --}} Action