first commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace KupShop\AdminBundle\Util\PrintCenter;
|
||||
|
||||
class WarehousePositions extends PrintLabelsBase
|
||||
{
|
||||
protected $template = 'print/position.tpl';
|
||||
protected $label = 'WarehousePositions';
|
||||
public $isWarehouse = true;
|
||||
}
|
||||
Reference in New Issue
Block a user