restore cpnp values from history

This commit is contained in:
Christian Vidal Wolf
2026-05-20 14:56:55 +02:00
parent d17db2761b
commit cb913b9d72
2 changed files with 22 additions and 8 deletions
+1
View File
@@ -323,6 +323,7 @@ export default function App() {
[COLUMNS.ITEM_TO_LOGISTIC]: 'Item to Logistic',
[COLUMNS.ANNA_CHECK]: 'Anna Check',
[COLUMNS.ANNA_NOTE]: 'Anna Note',
[COLUMNS.CPNP_NO]: 'CPNP No.',
};
Object.entries(VIRTUAL_COLS).forEach(([idxStr, name]) => {
const idx = Number(idxStr);