fix: correct Classification index to L (col 11)

This commit is contained in:
christian.vidal
2026-03-27 13:38:15 +01:00
parent 5db4204df2
commit 4778883f98
+2 -2
View File
@@ -23,6 +23,6 @@ export const COLUMNS = {
SHORT_DE: 64,
SHORT_EN: 65,
RECOMMENDED_AGE: 67,
CLASSIFICATION: 1, // Classification
ITEM_AVAILABLE: 14 // Item Available
CLASSIFICATION: 11, // Column L (index 11)
ITEM_AVAILABLE: 14 // Column O (index 14)
};