This commit is contained in:
Marion Muszynski 2017-03-02 17:09:58 +01:00
parent e2aff37345
commit a213779459

View File

@ -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)
);