Files
kupshop/bundles/KupShop/AdminBundle/Util/PrintCenter/GenericLabel3x13.php
2025-08-02 16:30:27 +02:00

11 lines
204 B
PHP

<?php
namespace KupShop\AdminBundle\Util\PrintCenter;
class GenericLabel3x13 extends PrintLabelsBase
{
protected $label = 'Etiketa 70x22,8mm';
protected $column = 3;
protected $rows = 13;
}