From 4d39c4ebce1a93fe90ca06b286f0acd768f5f5cf Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Fri, 4 Nov 2022 16:06:21 +0100 Subject: [PATCH] wait #5535 @0:05 --- js/libs/fluidbook/cart/fluidbook.cart.puma-se.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/libs/fluidbook/cart/fluidbook.cart.puma-se.js b/js/libs/fluidbook/cart/fluidbook.cart.puma-se.js index 86538364..0532f15c 100644 --- a/js/libs/fluidbook/cart/fluidbook.cart.puma-se.js +++ b/js/libs/fluidbook/cart/fluidbook.cart.puma-se.js @@ -141,7 +141,7 @@ FluidbookCartPumaSE.prototype = { {key: 'MATERIAL', label: 'MATERIAL', type: 'text', format: '@', width: 10}, {key: 'UPPER', label: 'UPPER', type: 'text', format: '@', width: 5}, {key: 'MIDSOLE', label: 'MIDSOLE', type: 'text', format: '@', width: 5}, - {key: 'OUTSOLE', label: '', type: 'text', format: '@', width: 5}, + {key: 'OUTSOLE', label: 'OUTSOLE', type: 'text', format: '@', width: 5}, {key: 'ISD', label: 'ISD', type: 'text', format: '@', width: 3}, {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}, -- 2.39.5