mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-06 00:53:00 +01:00
Clean code
This commit is contained in:
@@ -257,7 +257,7 @@ function barcode_encode_ean($ean, $encoding = "EAN-13")
|
||||
if ($a > 0) {
|
||||
$text .= " ";
|
||||
}
|
||||
$text .= "$pos:12:{$ean[$a]}";
|
||||
$text .= $pos.":12:".$ean[$a];
|
||||
if ($a == 0) {
|
||||
$pos += 12;
|
||||
} elseif ($a == 6) {
|
||||
|
||||
Reference in New Issue
Block a user