forked from Wavyzz/dolibarr
Update barcode.lib.php
This commit is contained in:
committed by
GitHub
parent
f7041ef1fc
commit
8f4fb9fd3c
@@ -59,6 +59,7 @@ if (empty($font_loc)) {
|
||||
if (defined('PHP-BARCODE_PATH_COMMAND')) {
|
||||
$genbarcode_loc = constant('PHP-BARCODE_PATH_COMMAND');
|
||||
} else {
|
||||
$genbarcode_loc = '';
|
||||
if (!empty($conf->global->GENBARCODE_LOCATION)) {
|
||||
$genbarcode_loc = $conf->global->GENBARCODE_LOCATION;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user