From bd5ff752d9734f620165db9c3a93377c06658a5d Mon Sep 17 00:00:00 2001 From: "christian.vidal" Date: Fri, 27 Mar 2026 13:40:57 +0100 Subject: [PATCH] fix: final column mapping update (L=11, O=14) and UI cleanup --- src/components/ProductDescriptions.tsx | 8 -------- src/types.ts | 2 +- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/src/components/ProductDescriptions.tsx b/src/components/ProductDescriptions.tsx index 320b916..9a30ec4 100644 --- a/src/components/ProductDescriptions.tsx +++ b/src/components/ProductDescriptions.tsx @@ -174,11 +174,7 @@ export function ProductDescriptions({ data, onEdit }: ProductDescriptionsProps) { col: COLUMNS.LINE, label: 'Line' }, { col: COLUMNS.LICENSE, label: 'License' }, { col: COLUMNS.LONG_DE, label: 'Long DE' }, - { col: COLUMNS.LONG_EN, label: 'Long EN' }, - { col: COLUMNS.SHORT_DE, label: 'Short DE' }, { col: COLUMNS.SHORT_EN, label: 'Short EN' }, - { col: COLUMNS.CLASSIFICATION, label: 'Classif.' }, - { col: COLUMNS.ITEM_AVAILABLE, label: 'Stock' }, ].map(({ col, label }) => ( {row[COLUMNS.ARTICLE_NAME]} {row[COLUMNS.LINE]} {row[COLUMNS.LICENSE]} - - - {String(row[COLUMNS.CLASSIFICATION] || 'N/A')} - {String(row[COLUMNS.ITEM_AVAILABLE] || '0')}