From a0dff12b90d193fdc2e3c3c0a674f0ff13b6a36e Mon Sep 17 00:00:00 2001 From: Suherdy Yacob Date: Mon, 15 Jun 2026 22:27:00 +0700 Subject: [PATCH] feat: add special_mode total_included to POS order line creation --- static/src/overrides/models/pos_order.js | 1 + 1 file changed, 1 insertion(+) diff --git a/static/src/overrides/models/pos_order.js b/static/src/overrides/models/pos_order.js index fc876c4..b63ef45 100644 --- a/static/src/overrides/models/pos_order.js +++ b/static/src/overrides/models/pos_order.js @@ -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;