fixed carrello che scompariva...

This commit is contained in:
Surya Paolo
2024-02-10 16:42:00 +01:00
parent acbc23e92d
commit e7b0fd1d95
6 changed files with 17 additions and 9 deletions

View File

@@ -71,6 +71,7 @@ html
- var gasordine = ''
- var qty = rec.order.product.quantity
- var qtypreordered = rec.order.quantitypreordered
- var unit = rec.order.product.productInfo.unitstr
- var TotalPriceProduct = rec.order.TotalPriceProduct
- index = index + 1
@@ -101,11 +102,11 @@ html
if (qty > 0)
tr
td(class="sectionContent", valign="top")
p Quantità: #{qty}
p Quantità: #{qty} #{unit}
if (qtypreordered > 0)
tr
td(class="sectionContent", valign="top")
p Quantità Prenotata: #{qtypreordered}
p Quantità Prenotata: #{qtypreordered} #{unit}
tr
td(class="sectionContent", valign="top")
p Totale: #{TotalPriceProduct} €