From f3e712dba5c26284e1f85976f45c17fc7f971dc7 Mon Sep 17 00:00:00 2001 From: Hafifie PKB Date: Sun, 26 May 2024 14:40:20 +0800 Subject: [PATCH] fix aliran tunai for hapus ansuran --- resources/views/customers/v2/info.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/customers/v2/info.blade.php b/resources/views/customers/v2/info.blade.php index 06431bb..5c8cc0c 100644 --- a/resources/views/customers/v2/info.blade.php +++ b/resources/views/customers/v2/info.blade.php @@ -2685,7 +2685,7 @@ const jsonData = { norujukan: ansid, - kodcaw: 'KB2', + kodcaw: "{{ Auth::user()->cawangan }}", }; const queryString = new URLSearchParams(jsonData).toString();