Implemented change calculator and various UI fixes

This commit is contained in:
2026-03-09 16:32:23 -03:00
parent 216abc8ad2
commit 8e37f9e776
2 changed files with 104 additions and 5 deletions

View File

@@ -631,7 +631,7 @@
if (d.note) title += ` (${d.note})`;
// Update the actual form
updateForm(d.barcode, d.name, d.price, d.image, title);
updateForm(d.barcode, d.name, d.price, d.image, title, d.stock, d.unit_type);
});
socket.on('scan_error', d => {