Skip to content

Commit

Permalink
Create labels (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
Reindert authored Feb 22, 2017
1 parent 43e1b66 commit 10457ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions Controller/Adminhtml/Order/CreateAndPrintMyParcelTrack.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="MyParcelNL_Magento" setup_version="0.1.8">
<module name="MyParcelNL_Magento" setup_version="0.1.9">
<sequence>
<module name="Magento_Sales"/>
</sequence>
Expand Down

0 comments on commit 10457ee

Please sign in to comment.