first commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
class stPaczkomatyBackendComponents extends autostPaczkomatyBackendComponents
|
||||
{
|
||||
public function addListMenuItems(array $items)
|
||||
{
|
||||
if (!stDeliveryTypeConfiguration::has('inpostk'))
|
||||
{
|
||||
unset($items['@stPaczkomatyPlugin?action=dispatchOrderList']);
|
||||
}
|
||||
|
||||
return $items;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user