Standardize and update code

This commit is contained in:
Philippe GRAND
2018-09-20 12:30:38 +02:00
parent 803505b6b7
commit cbda62b1ca
4 changed files with 25 additions and 9 deletions

View File

@@ -32,8 +32,12 @@ require_once DOL_DOCUMENT_ROOT.'/core/lib/barcode.lib.php'; // This is to inc
*/
class modPhpbarcode extends ModeleBarCode
{
var $version='dolibarr'; // 'development', 'experimental', 'dolibarr'
/**
* Dolibarr version of the loaded document
* @public string
*/
public $version = 'dolibarr'; // 'development', 'experimental', 'dolibarr'
/**
* @var string Error code (or message)
*/