fix: correct Item Available index to P (col 15)

This commit is contained in:
christian.vidal
2026-03-27 13:39:39 +01:00
parent 4778883f98
commit 90b3f5dfe0
+1 -1
View File
@@ -24,5 +24,5 @@ export const COLUMNS = {
SHORT_EN: 65, SHORT_EN: 65,
RECOMMENDED_AGE: 67, RECOMMENDED_AGE: 67,
CLASSIFICATION: 11, // Column L (index 11) CLASSIFICATION: 11, // Column L (index 11)
ITEM_AVAILABLE: 14 // Column O (index 14) ITEM_AVAILABLE: 15 // Column P (index 15)
}; };