Update and standardize code

This commit is contained in:
Philippe GRAND
2018-08-17 18:35:51 +02:00
parent a31ad5af3d
commit 78e9e05f95
16 changed files with 95 additions and 23 deletions

View File

@@ -33,7 +33,11 @@ require_once DOL_DOCUMENT_ROOT.'/core/lib/barcode.lib.php'; // This is to inc
class modPhpbarcode extends ModeleBarCode
{
var $version='dolibarr'; // 'development', 'experimental', 'dolibarr'
var $error='';
/**
* @var string Error code (or message)
*/
public $error='';
/**