From: Vincent Vanwaelscappel Date: Mon, 6 May 2024 14:07:44 +0000 (+0200) Subject: wait #6894 @0.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=9c1fbb449d94684f81266367064ce82966c08ec2;p=fluidbook-html5.git wait #6894 @0.5 --- 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) + '
';