feat: add special_mode total_included to POS order line creation
This commit is contained in:
parent
34f17dd13b
commit
a0dff12b90
@ -60,6 +60,7 @@ patch(PosOrder.prototype, {
|
|||||||
precision_rounding: this.currency.rounding,
|
precision_rounding: this.currency.rounding,
|
||||||
rounding_method: company?.tax_calculation_rounding_method || "round_per_line",
|
rounding_method: company?.tax_calculation_rounding_method || "round_per_line",
|
||||||
product: productVariant,
|
product: productVariant,
|
||||||
|
special_mode: "total_included",
|
||||||
});
|
});
|
||||||
|
|
||||||
let sumPriceIncludedTaxes = 0.0;
|
let sumPriceIncludedTaxes = 0.0;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user