Reformat the code with
- astyle --style=ansi Broke : the <<<<EOF .
This commit is contained in:
parent
6c1a597fdf
commit
0e5fcddfc1
246 changed files with 42452 additions and 36227 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<?php
|
||||
<?php
|
||||
/*
|
||||
* This file is part of PhpCompta.
|
||||
*
|
||||
|
|
@ -29,26 +29,28 @@ require_once('user_common.php');
|
|||
* \brief Derived from class fiche Administration are a specific kind of card
|
||||
* concerned only by official (or not) administration
|
||||
*/
|
||||
/*!
|
||||
/*!
|
||||
* \brief class admin are a specific kind of card
|
||||
*/
|
||||
|
||||
// Use the view vw_supplier
|
||||
//
|
||||
class Admin extends Fiche{
|
||||
//
|
||||
class Admin extends Fiche
|
||||
{
|
||||
|
||||
var $name; /*!< $name name of the company */
|
||||
var $street; /*!< $street Street */
|
||||
var $country; /*!< $country Country */
|
||||
var $cp; /*!< $cp Zip code */
|
||||
var $vat_number; /*!< $vat_number vat number */
|
||||
var $name; /*!< $name name of the company */
|
||||
var $street; /*!< $street Street */
|
||||
var $country; /*!< $country Country */
|
||||
var $cp; /*!< $cp Zip code */
|
||||
var $vat_number; /*!< $vat_number vat number */
|
||||
|
||||
/*! \brief Constructor
|
||||
/* only a db connection is needed */
|
||||
function Admin($p_cn,$p_id=0) {
|
||||
$this->fiche_def_ref=FICHE_TYPE_ADM_TAX;
|
||||
parent::__construct($p_cn,$p_id) ;
|
||||
}
|
||||
/*! \brief Constructor
|
||||
/* only a db connection is needed */
|
||||
function Admin($p_cn,$p_id=0)
|
||||
{
|
||||
$this->fiche_def_ref=FICHE_TYPE_ADM_TAX;
|
||||
parent::__construct($p_cn,$p_id) ;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue