ggwp
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user