For doc generated
============= rename fiche by Fiche fiche_def by Fiche_Def fiche_def_ref by Fiche_Def_Ref
This commit is contained in:
parent
a698f444a9
commit
9c9a234c0d
35 changed files with 145 additions and 145 deletions
|
|
@ -35,7 +35,7 @@ require_once('user_common.php');
|
|||
|
||||
// Use the view vw_supplier
|
||||
//
|
||||
class Admin extends fiche{
|
||||
class Admin extends Fiche{
|
||||
|
||||
var $name; /*!< $name name of the company */
|
||||
var $street; /*!< $street Street */
|
||||
|
|
@ -47,8 +47,7 @@ class Admin extends fiche{
|
|||
/* only a db connection is needed */
|
||||
function Admin($p_cn,$p_id=0) {
|
||||
$this->fiche_def_ref=FICHE_TYPE_ADM_TAX;
|
||||
fiche::fiche($p_cn,$p_id) ;
|
||||
|
||||
parent::__construct($p_cn,$p_id) ;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue