fix display upah

This commit is contained in:
afiq
2021-10-24 11:57:59 +08:00
parent 5ad1fec263
commit 30c4d41233
4 changed files with 4 additions and 4 deletions
@@ -417,7 +417,7 @@
url: api + '/api/upahtawarruq/' + kodcaw + '/' + norujukan,
dataType: 'json',
success:function(data){
$('#jumlahupah').val(formatter.format(data));
$('#jumlahupah').val(data);
$('#bayaranditerima').val(data);
}
});