tebus
This commit is contained in:
@@ -369,8 +369,8 @@
|
||||
method:'GET',
|
||||
url: api + '/api/tebustawarruq/' + kodcaw + '/' + norujukan,
|
||||
dataType: 'json',
|
||||
success:function(data){
|
||||
$('#perludibayar').val(data.toFixed(2));
|
||||
success:function(harga_tebus){
|
||||
$('#perludibayar').val(harga_tebus.toFixed(2));
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user