From: Vincent Vanwaelscappel Date: Mon, 21 Nov 2022 12:27:21 +0000 (+0100) Subject: wait #5535 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=7aad3037e808734043c180bf6940c14207d5132a;p=fluidbook-html5.git wait #5535 @0.25 --- diff --git a/js/libs/fluidbook/cart/fluidbook.cart.puma-se.js b/js/libs/fluidbook/cart/fluidbook.cart.puma-se.js index 0532f15c..f1d76e2b 100644 --- a/js/libs/fluidbook/cart/fluidbook.cart.puma-se.js +++ b/js/libs/fluidbook/cart/fluidbook.cart.puma-se.js @@ -146,8 +146,8 @@ FluidbookCartPumaSE.prototype = { {key: 'RRP CI', label: 'RRP CI', type: 'price', format: '# ##0.00 €;-# ##0.00 €', width: 3}, {key: 'RRP IT', label: 'RRP IT', type: 'price', format: '# ##0.00 €;-# ##0.00 €', width: 3}, {key: 'RRP IB', label: 'RRP IB', type: 'price', format: '# ##0.00 €;-# ##0.00 €', width: 3}, - {key: 'WSP IT', label: 'WSP IT', type: 'text', format: '# ##0.00 €;-# ##0.00 €', width: 3}, - {key: 'WSP IB', label: 'WSP IB', type: 'text', format: '# ##0.00 €;-# ##0.00 €', width: 3}, + {key: 'WSP IT', label: 'WSP IT', type: 'price', format: '# ##0.00 €;-# ##0.00 €', width: 3}, + {key: 'WSP IB', label: 'WSP IB', type: 'price', format: '# ##0.00 €;-# ##0.00 €', width: 3}, {key: 'REF', label: 'REF', type: 'text', format: '@', width: 5}, ]; },