Standardize and update code
This commit is contained in:
parent
ef95be1ed7
commit
85ff212498
@ -44,7 +44,17 @@ class mod_supplier_proposal_marbre extends ModeleNumRefSupplierProposal
|
|||||||
*/
|
*/
|
||||||
public $error='';
|
public $error='';
|
||||||
|
|
||||||
public $nom = "Marbre";
|
/**
|
||||||
|
* @var string Nom du modele
|
||||||
|
* @deprecated
|
||||||
|
* @see name
|
||||||
|
*/
|
||||||
|
public $nom='Marbre';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var string model name
|
||||||
|
*/
|
||||||
|
public $name='Marbre';
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@ -44,7 +44,17 @@ class mod_supplier_proposal_saphir extends ModeleNumRefSupplierProposal
|
|||||||
*/
|
*/
|
||||||
public $error = '';
|
public $error = '';
|
||||||
|
|
||||||
public $nom = 'Saphir';
|
/**
|
||||||
|
* @var string Nom du modele
|
||||||
|
* @deprecated
|
||||||
|
* @see name
|
||||||
|
*/
|
||||||
|
public $nom='Saphir';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var string model name
|
||||||
|
*/
|
||||||
|
public $name='Saphir';
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
/* Copyright (C) 2010-2012 Regis Houssin <regis.houssin@capnetworks.com>
|
/* Copyright (C) 2010-2012 Regis Houssin <regis.houssin@capnetworks.com>
|
||||||
* Copyright (C) 2010 Laurent Destailleur <eldy@users.sourceforge.net>
|
* Copyright (C) 2010 Laurent Destailleur <eldy@users.sourceforge.net>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@ -43,9 +43,17 @@ class mod_ticket_simple extends ModeleNumRefTicket
|
|||||||
*/
|
*/
|
||||||
public $error = '';
|
public $error = '';
|
||||||
|
|
||||||
public $nom = "Simple";
|
/**
|
||||||
|
* @var string Nom du modele
|
||||||
|
* @deprecated
|
||||||
|
* @see name
|
||||||
|
*/
|
||||||
|
public $nom='Simple';
|
||||||
|
|
||||||
public $name = "Simple";
|
/**
|
||||||
|
* @var string model name
|
||||||
|
*/
|
||||||
|
public $name='Simple';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Return description of numbering module
|
* Return description of numbering module
|
||||||
|
|||||||
@ -40,9 +40,17 @@ class mod_ticket_universal extends ModeleNumRefTicket
|
|||||||
*/
|
*/
|
||||||
public $error = '';
|
public $error = '';
|
||||||
|
|
||||||
public $nom = 'Universal';
|
/**
|
||||||
|
* @var string Nom du modele
|
||||||
|
* @deprecated
|
||||||
|
* @see name
|
||||||
|
*/
|
||||||
|
public $nom='Universal';
|
||||||
|
|
||||||
public $name = 'Universal';
|
/**
|
||||||
|
* @var string model name
|
||||||
|
*/
|
||||||
|
public $name='Universal';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Renvoi la description du modele de numerotation
|
* Renvoi la description du modele de numerotation
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user