Add more log
This commit is contained in:
parent
2d2687a642
commit
ed33882ca3
@ -438,7 +438,10 @@ function barcode_encode($code,$encoding){
|
|||||||
* array[text] : text-positioning info
|
* array[text] : text-positioning info
|
||||||
*/
|
*/
|
||||||
function barcode_print($code, $encoding="ANY", $scale = 2 ,$mode = "png" ){
|
function barcode_print($code, $encoding="ANY", $scale = 2 ,$mode = "png" ){
|
||||||
dol_syslog("$code $encoding $scale $mode");
|
|
||||||
|
// DOLCHANGE LDR Add log
|
||||||
|
dol_syslog("php-barcode.php:barcode_print $code $encoding $scale $mode");
|
||||||
|
|
||||||
$bars=barcode_encode($code,$encoding);
|
$bars=barcode_encode($code,$encoding);
|
||||||
if (!$bars) return;
|
if (!$bars) return;
|
||||||
if (!$mode) $mode="png";
|
if (!$mode) $mode="png";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user