From 9c1fbb449d94684f81266367064ce82966c08ec2 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Mon, 6 May 2024 16:07:44 +0200 Subject: [PATCH] wait #6894 @0.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 cda13400..3f266766 100644 --- a/js/libs/fluidbook/cart/fluidbook.cart.bastide-resah.js +++ b/js/libs/fluidbook/cart/fluidbook.cart.bastide-resah.js @@ -280,7 +280,7 @@ FluidbookCartBastideResah.prototype = { content += ''; content += ''; content += ''; - content += ''; + //content += ''; content += ''; content += '
Montant HT : ' + this.formatPrice(total_ht) + '
TVA : ' + this.formatPrice(tva) + '
éco Taxe : ' + this.formatPrice(eco_taxe) + '
éco Taxe : ' + this.formatPrice(eco_taxe) + '
Montant TTC : ' + this.formatPrice(total_ttc) + '
'; -- 2.39.5