fix penebusan

This commit is contained in:
afiq
2021-02-10 12:53:52 +08:00
parent e4019f662e
commit f57564e1f3
+1 -1
View File
@@ -1319,7 +1319,7 @@
$.ajax({ $.ajax({
method: 'get', method: 'get',
url: api + '/api/transaction/' + norujukan, url: api + '/api/transaction/' + norujukan,
success: function(data) success: function(data){
historybayarantable(data); historybayarantable(data);
$('#historybayaranModal').modal(); $('#historybayaranModal').modal();
} }