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