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