feat: show EOL not neccessary for OOC products with 0 stock

This commit is contained in:
christian.vidal
2026-03-27 13:26:16 +01:00
parent c3c46d558e
commit 750e25db89
5 changed files with 57 additions and 13 deletions
+3 -1
View File
@@ -22,5 +22,7 @@ export const COLUMNS = {
LONG_EN: 63,
SHORT_DE: 64,
SHORT_EN: 65,
RECOMMENDED_AGE: 67
RECOMMENDED_AGE: 67,
CLASSIFICATION: 1, // Classification
ITEM_AVAILABLE: 14 // Item Available
};