This commit is contained in:
afiq
2021-02-27 12:34:41 +08:00
parent 51bca39f35
commit c1553704f8
14 changed files with 220 additions and 65 deletions
+7 -7
View File
@@ -232,13 +232,13 @@
urlroute = urlroute.replace(':no_id', arr['no']);
tableaddtunai.row.add([
counter,
arr['tarikh'],
'RM ' + formatter.format(arr['tambah']),
'RM ' + formatter.format(arr['kurang']),
arr['nota']
]).draw();
counter = counter + 1;
counter,
arr['tarikh'],
'RM ' + formatter.format(arr['tambah']),
'RM ' + formatter.format(arr['kurang']),
arr['nota']
]).draw();
counter = counter + 1;
});
}