Standardize and update code
This commit is contained in:
parent
cf8e12ced2
commit
11f254cd14
@ -46,6 +46,9 @@ class BlockedLog
|
||||
*/
|
||||
public $entity;
|
||||
|
||||
/**
|
||||
* @var string Error message
|
||||
*/
|
||||
public $error = '';
|
||||
|
||||
/**
|
||||
|
||||
@ -36,7 +36,11 @@ class mod_chequereceipt_thyme extends ModeleNumRefChequeReceipts
|
||||
*/
|
||||
public $version = 'dolibarr'; // 'development', 'experimental', 'dolibarr'
|
||||
|
||||
/**
|
||||
* @var string Error message
|
||||
*/
|
||||
public $error = '';
|
||||
|
||||
public $name = 'Thyme';
|
||||
|
||||
|
||||
@ -47,7 +51,7 @@ class mod_chequereceipt_thyme extends ModeleNumRefChequeReceipts
|
||||
*/
|
||||
function info()
|
||||
{
|
||||
global $conf,$langs;
|
||||
global $conf, $langs;
|
||||
|
||||
$langs->load("bills");
|
||||
|
||||
|
||||
@ -39,6 +39,9 @@ class mod_commande_saphir extends ModeleNumRefCommandes
|
||||
*/
|
||||
public $version = 'dolibarr'; // 'development', 'experimental', 'dolibarr'
|
||||
|
||||
/**
|
||||
* @var string Error message
|
||||
*/
|
||||
public $error = '';
|
||||
|
||||
public $nom = 'Saphir';
|
||||
@ -51,7 +54,7 @@ class mod_commande_saphir extends ModeleNumRefCommandes
|
||||
*/
|
||||
function info()
|
||||
{
|
||||
global $conf,$langs;
|
||||
global $conf, $langs;
|
||||
|
||||
$langs->load("bills");
|
||||
|
||||
|
||||
@ -35,6 +35,9 @@ class mod_contract_magre extends ModelNumRefContracts
|
||||
*/
|
||||
public $version = 'dolibarr';
|
||||
|
||||
/**
|
||||
* @var string Error message
|
||||
*/
|
||||
public $error = '';
|
||||
|
||||
public $nom = 'Magre';
|
||||
|
||||
@ -35,6 +35,9 @@ class mod_expedition_ribera extends ModelNumRefExpedition
|
||||
*/
|
||||
public $version = 'dolibarr';
|
||||
|
||||
/**
|
||||
* @var string Error message
|
||||
*/
|
||||
public $error = '';
|
||||
|
||||
public $nom = 'Ribera';
|
||||
@ -46,7 +49,7 @@ class mod_expedition_ribera extends ModelNumRefExpedition
|
||||
*/
|
||||
function info()
|
||||
{
|
||||
global $conf,$langs;
|
||||
global $conf, $langs;
|
||||
|
||||
$langs->load("bills");
|
||||
|
||||
|
||||
@ -36,6 +36,9 @@ class mod_expensereport_sand extends ModeleNumRefExpenseReport
|
||||
*/
|
||||
public $version = 'dolibarr'; // 'development', 'experimental', 'dolibarr'
|
||||
|
||||
/**
|
||||
* @var string Error message
|
||||
*/
|
||||
public $error = '';
|
||||
|
||||
public $nom = 'Sand';
|
||||
|
||||
@ -39,7 +39,10 @@ class mod_facture_mercure extends ModeleNumRefFactures
|
||||
*/
|
||||
public $version = 'dolibarr'; // 'development', 'experimental', 'dolibarr'
|
||||
|
||||
public $error = '';
|
||||
/**
|
||||
* @var string Error message
|
||||
*/
|
||||
public $error = '';
|
||||
|
||||
|
||||
/**
|
||||
|
||||
@ -38,6 +38,9 @@ class mod_arctic extends ModeleNumRefFicheinter
|
||||
*/
|
||||
public $version = 'dolibarr'; // 'development', 'experimental', 'dolibarr'
|
||||
|
||||
/**
|
||||
* @var string Error message
|
||||
*/
|
||||
public $error = '';
|
||||
|
||||
public $nom = 'arctic';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user