add fixed export
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Marko
2023-12-15 18:07:40 +01:00
parent 2747d53c50
commit 3ac3c884f0
2 changed files with 18 additions and 3 deletions

View File

@@ -86,9 +86,9 @@ class Jtl
$this->logger->info('No stock for warehouse ' . $w->getName());
}
if ($p->getGtin() == '0193128415976') {
dump($data[$p->getId() . $warehousesName]);
}
// if ($p->getGtin() == '0193128415983') {
// dump($data[$p->getId() . $warehousesName]);
// }
}
}