From 7aad3037e808734043c180bf6940c14207d5132a Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Mon, 21 Nov 2022 13:27:21 +0100 Subject: [PATCH] wait #5535 @0.25 --- js/libs/fluidbook/cart/fluidbook.cart.puma-se.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}, ]; }, -- 2.39.5