From 1f9dd633cd00d3c0b328cbbe1196b514c133e94d Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Mon, 29 Apr 2024 17:39:38 +0200 Subject: [PATCH] wip #6864 @1.5 --- js/libs/fluidbook/cart/fluidbook.cart.bastide-resah.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/libs/fluidbook/cart/fluidbook.cart.bastide-resah.js b/js/libs/fluidbook/cart/fluidbook.cart.bastide-resah.js index c73624b2..cda13400 100644 --- a/js/libs/fluidbook/cart/fluidbook.cart.bastide-resah.js +++ b/js/libs/fluidbook/cart/fluidbook.cart.bastide-resah.js @@ -211,7 +211,7 @@ FluidbookCartBastideResah.prototype = { total_ht += tht; eco_taxe += item.quantity * et; - tva += $this.parseFloat($this.data[item.reference]['TVA']) * pvht * q * 0.01; + tva += $this.parseFloat($this.data[item.reference]['TVA']) * tht * 0.01; $.each(columns, function (key, title) { let data = $this.data[item.reference]; -- 2.39.5