Comment
This commit is contained in:
parent
6cc4ccecd0
commit
0029cae441
@ -125,8 +125,9 @@ class modPhpbarcode extends ModeleBarCode
|
||||
|
||||
$file=$conf->barcode->dir_temp.'/barcode_'.$code.'_'.$encoding.'.png';
|
||||
|
||||
$filebarcode=$file; // global var to be used in buildBarCode
|
||||
$result=$this->buildBarCode($code,$encoding,$readable);
|
||||
$filebarcode=$file; // global var to be used in barcode_outimage called by barcode_print in buildBarCode
|
||||
|
||||
$result=$this->buildBarCode($code,$encoding,$readable);
|
||||
|
||||
return $result;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user