New regexp

This commit is contained in:
Michael RICOIS 2018-03-14 11:47:16 +01:00
parent 2a3e8ebddd
commit 03cd386f70

View File

@ -371,7 +371,7 @@ class GenerateBarcode
}
// Mark in ref
else {
preg_match('/^.*-(.*)-.*/', $product['ref'], $matches);
preg_match('/^[0-9a-zA-Z&]{1,}-([0-9]{1,})-.*/g', $product['ref'], $matches);
$ref = $matches[1];
$this->_printIdMark($pdf, $ref, 1, $width, $height_label, 30);
}