[wip] bugs to work out, but backend should support inventory
This commit is contained in:
@@ -1028,7 +1028,7 @@ const totalGain = inventory.reduce((s, c) => s + gain(c) * c.qty, 0);
|
||||
document.getElementById("catalogList")?.appendChild(li);
|
||||
|
||||
input.value = "";
|
||||
bootstrap.Modal.getInstance(document.getElementById("newCatalogModal"))?.hide();
|
||||
//bootstrap.Modal.getInstance(document.getElementById("newCatalogModal"))?.hide();
|
||||
});
|
||||
|
||||
document.getElementById("csvFileInput")?.addEventListener("change", (e) => {
|
||||
|
||||
Reference in New Issue
Block a user