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

11 lines
202 B
PHP

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