From 10457eeb2c981278361ca7ff20c5a23c8b29346d Mon Sep 17 00:00:00 2001 From: Reindert Date: Wed, 22 Feb 2017 10:51:51 +0100 Subject: [PATCH] Create labels (#15) --- Controller/Adminhtml/Order/CreateAndPrintMyParcelTrack.php | 5 ++--- etc/module.xml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Controller/Adminhtml/Order/CreateAndPrintMyParcelTrack.php b/Controller/Adminhtml/Order/CreateAndPrintMyParcelTrack.php index 9705b7d4..3409e404 100644 --- a/Controller/Adminhtml/Order/CreateAndPrintMyParcelTrack.php +++ b/Controller/Adminhtml/Order/CreateAndPrintMyParcelTrack.php @@ -87,10 +87,9 @@ private function massAction() ->createMyParcelConcepts() ->updateOrderGrid(); -// exit('end hier'); - /*if ($requestType == 'only_shipment') { + if ($this->orderCollection->getOption('request_type') == 'only_shipment') { return; - }*/ + } if ($this->orderCollection->getOption('request_type') == 'download') { $this->orderCollection diff --git a/etc/module.xml b/etc/module.xml index db741a62..1bd67aa0 100755 --- a/etc/module.xml +++ b/etc/module.xml @@ -1,5 +1,5 @@ - +