Gestione Refresh Token Completata !
This commit is contained in:
@@ -75,6 +75,11 @@ html
|
||||
|
||||
- var qty = rec.order.quantity
|
||||
- var qtypreordered = rec.order.quantitypreordered
|
||||
if (rec.order.product.productInfo.sfuso && rec.order.product.productInfo.weight)
|
||||
qtypreordered = (qtypreordered * rec.order.product.productInfo.weight);
|
||||
else
|
||||
qtypreordered = qtypreordered + ' x ' + rec.order.product.productInfo.weight;
|
||||
|
||||
- var unit = rec.order.product.productInfo.unitstr
|
||||
- index = index + 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user