This commit is contained in:
afiq
2021-02-13 15:14:48 +08:00
parent 70b7bde6c0
commit bb56ac1bbc
11 changed files with 133 additions and 130 deletions
+2 -2
View File
@@ -527,7 +527,7 @@
});
$.ajax({
method:'get',
url:api_url + '/api/gadai/norujukan/'+histid,
url: api_url + '/api/gadai/norujukan/'+histid,
success:function(gadai){
rekodasal(gadai);
}
@@ -557,7 +557,7 @@
});
$.ajax({
method: 'get',
url: api + '/api/transaction/' + histid,
url: api_url + '/api/transaction/' + histid,
success: function(data){
historybayarantable(data);
}