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

11 lines
204 B
PHP

<?php
namespace KupShop\AdminBundle\Util\PrintCenter;
class GenericLabel4x4 extends PrintLabelsBase
{
protected $label = 'Etiketa 52,5x74x2mm';
protected $column = 4;
protected $rows = 4;
}