mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
Fix: ajout gestion UTC pour phpbarcode et valeur readable Y par dfaut pour pibarcode
This commit is contained in:
@@ -68,6 +68,7 @@ class modPhpbarcode extends ModeleBarCode
|
||||
$supported=0;
|
||||
if ($encoding == 'EAN8') $supported=1;
|
||||
if ($encoding == 'EAN13') $supported=1;
|
||||
if ($encoding == 'UPC') $supported=1;
|
||||
if ($encoding == 'ISBN') $supported=1;
|
||||
if ($encoding == 'C39') $supported=1;
|
||||
if ($encoding == 'C128') $supported=1;
|
||||
|
||||
Reference in New Issue
Block a user