From e303c759d76a3d5a32f1b99a68665bb98e2ac445 Mon Sep 17 00:00:00 2001 From: Christian Vidal Wolf Date: Fri, 8 May 2026 13:30:59 +0200 Subject: [PATCH] feat: remove Classification column from Cosmetic Items tab Co-Authored-By: claude-flow --- src/components/CosmeticItemsView.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/components/CosmeticItemsView.tsx b/src/components/CosmeticItemsView.tsx index 034f41c..78ca0fc 100644 --- a/src/components/CosmeticItemsView.tsx +++ b/src/components/CosmeticItemsView.tsx @@ -32,7 +32,6 @@ export function CosmeticItemsView({ data, headers, onSaveRow, onCaptureState, ro { col: COLUMNS.ARTICLE_NO, label: 'SKU', width: 110 }, { col: COLUMNS.ARTICLE_NAME, label: 'Name', width: 240 }, { col: COLUMNS.LINE, label: 'Line', width: 120 }, - { col: COLUMNS.CLASSIFICATION, label: 'Classification', width: 130 }, { col: COLUMNS.ITEM_AVAILABLE, label: 'Item Available', width: 120 }, { col: COLUMNS.CPNP_NO, label: 'CPNP No.', width: 160 }, ]; @@ -266,9 +265,6 @@ export function CosmeticItemsView({ data, headers, onSaveRow, onCaptureState, ro {row[COLUMNS.LINE]} - - {row[COLUMNS.CLASSIFICATION] || } - {row[COLUMNS.ITEM_AVAILABLE]}