From f57564e1f35c34e012c142dc688b7f5f3d094849 Mon Sep 17 00:00:00 2001 From: afiq Date: Wed, 10 Feb 2021 12:53:52 +0800 Subject: [PATCH] fix penebusan --- resources/views/penebusan/index.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/penebusan/index.blade.php b/resources/views/penebusan/index.blade.php index 0fc20de..cd52d88 100644 --- a/resources/views/penebusan/index.blade.php +++ b/resources/views/penebusan/index.blade.php @@ -1319,7 +1319,7 @@ $.ajax({ method: 'get', url: api + '/api/transaction/' + norujukan, - success: function(data) + success: function(data){ historybayarantable(data); $('#historybayaranModal').modal(); }