fix: final column mapping update (L=11, O=14) and UI cleanup

This commit is contained in:
christian.vidal
2026-03-27 13:40:57 +01:00
parent 90b3f5dfe0
commit bd5ff752d9
2 changed files with 1 additions and 9 deletions
+1 -1
View File
@@ -24,5 +24,5 @@ export const COLUMNS = {
SHORT_EN: 65,
RECOMMENDED_AGE: 67,
CLASSIFICATION: 11, // Column L (index 11)
ITEM_AVAILABLE: 15 // Column P (index 15)
ITEM_AVAILABLE: 14 // Column O (index 14)
};