bugfix in total price

master
Gustavo Luigi 2022-09-02 11:39:01 +02:00
parent 4d5e51c89a
commit 6610ea0c05
1 changed files with 0 additions and 1 deletions

View File

@ -263,7 +263,6 @@
if(objProductInfo.quantity == i) elementProduct += `<option selected value="${i}">Anzahl: ${i}</option>`;
else elementProduct += `<option value="${i}">Anzahl: ${i}</option>`;
}
totalPrice += item.data_fields.preis*objProductInfo.quantity;
elementProduct += `
</select>
<button data-id="${item.id}" class="btn-remove-product text-muted small text-decoration-none" style="padding: 0; border: none; background: transparen;">Löschen</button>