ocr scan anzahl v.1

This commit is contained in:
Lukas Nowy 2019-03-18 18:14:54 +01:00
parent 5cac024767
commit 78997fdd83

View File

@ -296,7 +296,7 @@ async function moveDoneItems(uid, sl_id, billcontent) {
for (let item of removeableItems) { for (let item of removeableItems) {
await nonQuery('INSERT INTO "Done_Purchase" (purchased_item_id, username, name, date, count) VALUES($1,$2,$3,$4,$5);', await nonQuery('INSERT INTO "Done_Purchase" (purchased_item_id, username, name, date, count) VALUES($1,$2,$3,$4,$5);',
[generate_item_id(), uid, item.name, today, item.count]); [generate_item_id(), uid, item.item.name, today, item.count]);
} }