ocr scan anzahl v.1
This commit is contained in:
		@@ -296,7 +296,7 @@ async function moveDoneItems(uid, sl_id, billcontent) {
 | 
			
		||||
 | 
			
		||||
        for (let item of removeableItems) {
 | 
			
		||||
            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]);
 | 
			
		||||
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user