2
0
forked from Wavyzz/dolibarr

Fix: ajout gestion UTC pour phpbarcode et valeur readable Y par dfaut pour pibarcode

This commit is contained in:
Regis Houssin
2008-01-04 00:44:08 +00:00
parent a32573b2af
commit 1160102d4d
2 changed files with 3 additions and 1 deletions

View File

@@ -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;