SPS Pendapatan ganti dari akb
This commit is contained in:
@@ -171,7 +171,7 @@
|
||||
results: $.map(data, function (item) {
|
||||
return {
|
||||
text: item.name,
|
||||
id: item.id
|
||||
id: item.idx
|
||||
}
|
||||
})
|
||||
};
|
||||
|
||||
@@ -105,7 +105,7 @@
|
||||
results: $.map(data, function (item) {
|
||||
return {
|
||||
text: item.name,
|
||||
id: item.id
|
||||
id: item.idx
|
||||
}
|
||||
})
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user