fix size
This commit is contained in:
parent
e2aff37345
commit
a213779459
@ -130,7 +130,7 @@ class GenerateBarcode {
|
||||
for ($i=1; $i <= $quantity; $i++) {
|
||||
$this->products[] = array(
|
||||
'key' => ($id_product.'-'.$id_product_attribute),
|
||||
'label' => ($name_combination . ' ' . $p['name']),
|
||||
'label' => substr(($name_combination . ' ' . $p['name']),0,28),
|
||||
'ref' => $ref,
|
||||
'decli' => substr($name_combination,0,-1)
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user