]> _ Git - fluidbook-html5.git/commitdiff
wait #5535 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 21 Nov 2022 12:27:21 +0000 (13:27 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 21 Nov 2022 12:27:21 +0000 (13:27 +0100)
js/libs/fluidbook/cart/fluidbook.cart.puma-se.js

index 0532f15c35e157bf33a6b66d04ab0488a08f130d..f1d76e2baf5d4eeaa4b208351587611b4eeda539 100644 (file)
@@ -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},
         ];
     },