- aggiungo campo "sfuso"
- aggiunto totale al carrello
This commit is contained in:
@@ -503,7 +503,7 @@ export default defineComponent({
|
||||
} else if ((cmd === shared_consts.Cmd.PRODUCTS) || (cmd === shared_consts.Cmd.PRODUCTS_V2)) {
|
||||
let options = { aggiornaStockQty: checkAggiornaQta.value }
|
||||
if (importasulserver.value)
|
||||
userStore.importToServerCmd($q, t, cmd, { arrdata: strris, options })
|
||||
userStore.importToServerCmd($q, t, cmd, { arrdata: JSON.stringify(strris, null, 2), options })
|
||||
}
|
||||
risultato = strris
|
||||
|
||||
|
||||
Reference in New Issue
Block a user