Aggiungi il codice alla cassa in automatico
This commit is contained in:
@@ -244,6 +244,10 @@ module.exports.updateStatusOrdersElements = async function (arrOrders, myelement
|
||||
module.exports.updateTotals = function (order) {
|
||||
|
||||
try {
|
||||
if (!order) {
|
||||
return;
|
||||
}
|
||||
|
||||
let mypricecalc = 0;
|
||||
order.TotalPriceProduct = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user