This commit is contained in:
naielv
2025-09-05 13:13:38 +02:00
parent cd6e4e8b64
commit 0624103778

View File

@@ -218,7 +218,7 @@ PAGES.supercafe = {
var comandasTot = {}
function calcPrecio() {
var tot = 0
comandasTot.forEach(precio => {
Object.values(comandasTot).forEach(precio => {
tot += precio
});
document.getElementById(totalprecio).innerText = tot