forked from Wavyzz/dolibarr
Standardize and update code
This commit is contained in:
@@ -29,13 +29,20 @@ require_once DOL_DOCUMENT_ROOT .'/core/modules/commande/modules_commande.php';
|
||||
*/
|
||||
class mod_commande_marbre extends ModeleNumRefCommandes
|
||||
{
|
||||
var $version='dolibarr'; // 'development', 'experimental', 'dolibarr'
|
||||
var $prefix='CO';
|
||||
/**
|
||||
* Dolibarr version of the loaded document
|
||||
* @public string
|
||||
*/
|
||||
public $version = 'dolibarr'; // 'development', 'experimental', 'dolibarr'
|
||||
|
||||
public $prefix='CO';
|
||||
|
||||
/**
|
||||
* @var string Error code (or message)
|
||||
*/
|
||||
public $error='';
|
||||
var $nom='Marbre';
|
||||
|
||||
public $nom='Marbre';
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user