This commit is contained in:
afiq
2021-02-15 10:06:15 +08:00
parent 6a2b78c72c
commit 1f01ec3d4f
2 changed files with 7 additions and 4 deletions
+2 -2
View File
@@ -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));
}
});