fix customer api
This commit is contained in:
@@ -192,7 +192,7 @@
|
||||
dataType: 'json',
|
||||
success:function(datagadaiwithnokp){
|
||||
|
||||
let nama = datagadaiwithnokp[0].nama;
|
||||
let nama = datagadaiwithnokp.nama;
|
||||
|
||||
$('#namalanjut').text(nama);
|
||||
$('#nokplanjut').text(nokp);
|
||||
|
||||
Reference in New Issue
Block a user