feat: add special_mode total_included to POS order line creation

This commit is contained in:
Suherdy Yacob 2026-06-15 22:27:00 +07:00
parent 34f17dd13b
commit a0dff12b90

View File

@ -60,6 +60,7 @@ patch(PosOrder.prototype, {
precision_rounding: this.currency.rounding,
rounding_method: company?.tax_calculation_rounding_method || "round_per_line",
product: productVariant,
special_mode: "total_included",
});
let sumPriceIncludedTaxes = 0.0;