From 3ac3c884f0308e5da9ff2af919c6355c75b0d14b Mon Sep 17 00:00:00 2001 From: Marko <52066939+HeX87@users.noreply.github.com> Date: Fri, 15 Dec 2023 18:07:40 +0100 Subject: [PATCH] add fixed export --- src/Helper/Jtl.php | 6 +++--- tests/Helper/HiltesTest.php | 15 +++++++++++++++ 2 files changed, 18 insertions(+), 3 deletions(-) create mode 100644 tests/Helper/HiltesTest.php diff --git a/src/Helper/Jtl.php b/src/Helper/Jtl.php index 8bfac7a..2a746e6 100644 --- a/src/Helper/Jtl.php +++ b/src/Helper/Jtl.php @@ -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]); +// } } } diff --git a/tests/Helper/HiltesTest.php b/tests/Helper/HiltesTest.php new file mode 100644 index 0000000..23dca08 --- /dev/null +++ b/tests/Helper/HiltesTest.php @@ -0,0 +1,15 @@ +