Fix phpcs
This commit is contained in:
parent
78ca554240
commit
ee4150665e
@ -1546,8 +1546,8 @@ class Account extends CommonObject
|
||||
* Some countries show less or more bank account properties to the user
|
||||
*
|
||||
* @param int $includeibanbic 1=Return also key for IBAN and BIC
|
||||
* @return array
|
||||
* @see useDetailedBBAN
|
||||
* @return array Array of fields to show
|
||||
* @see useDetailedBBAN()
|
||||
*/
|
||||
public function getFieldsToShow($includeibanbic = 0)
|
||||
{
|
||||
@ -1698,8 +1698,8 @@ class AccountLine extends CommonObject
|
||||
*
|
||||
* @var integer
|
||||
*/
|
||||
public $datec;
|
||||
|
||||
public $datec;
|
||||
|
||||
/**
|
||||
* Date (dateo)
|
||||
*
|
||||
@ -1713,7 +1713,7 @@ class AccountLine extends CommonObject
|
||||
* @var integer
|
||||
*/
|
||||
public $datev;
|
||||
|
||||
|
||||
public $amount;
|
||||
|
||||
/**
|
||||
|
||||
@ -62,8 +62,8 @@ class Deplacement extends CommonObject
|
||||
*
|
||||
* @var integer
|
||||
*/
|
||||
public $datec;
|
||||
|
||||
public $datec;
|
||||
|
||||
/**
|
||||
* Date (dated)
|
||||
*
|
||||
|
||||
@ -42,7 +42,7 @@ class Comment extends CommonObject
|
||||
* @var string description
|
||||
*/
|
||||
public $description;
|
||||
|
||||
|
||||
/**
|
||||
* Date modification record (tms)
|
||||
*
|
||||
@ -55,7 +55,7 @@ class Comment extends CommonObject
|
||||
*
|
||||
* @var integer
|
||||
*/
|
||||
public $datec;
|
||||
public $datec;
|
||||
|
||||
/**
|
||||
* @var int ID
|
||||
|
||||
@ -69,26 +69,26 @@ class Fichinter extends CommonObject
|
||||
public $socid; // Id client
|
||||
|
||||
public $author;
|
||||
|
||||
|
||||
/**
|
||||
* Date creation record (datec)
|
||||
*
|
||||
* @var integer
|
||||
*/
|
||||
public $datec;
|
||||
|
||||
|
||||
public $datev;
|
||||
public $dateo;
|
||||
public $datee;
|
||||
public $datet;
|
||||
|
||||
|
||||
/**
|
||||
* Date modification record (tms)
|
||||
*
|
||||
* @var integer
|
||||
*/
|
||||
public $datem;
|
||||
|
||||
public $datem;
|
||||
|
||||
public $duration;
|
||||
public $statut = 0; // 0=draft, 1=validated, 2=invoiced, 3=Terminate
|
||||
|
||||
|
||||
@ -113,35 +113,35 @@ class FactureFournisseur extends CommonInvoice
|
||||
|
||||
public $author;
|
||||
public $libelle;
|
||||
|
||||
|
||||
/**
|
||||
* Date creation record (datec)
|
||||
*
|
||||
* @var integer
|
||||
*/
|
||||
public $datec;
|
||||
|
||||
|
||||
/**
|
||||
* Date modification record (tms)
|
||||
*
|
||||
* @var integer
|
||||
*/
|
||||
public $tms;
|
||||
|
||||
|
||||
/**
|
||||
* Invoice date (date)
|
||||
*
|
||||
* @var integer
|
||||
*/
|
||||
public $date;
|
||||
|
||||
public $date;
|
||||
|
||||
/**
|
||||
* Max payment date (date_echeance)
|
||||
*
|
||||
* @var integer
|
||||
*/
|
||||
public $date_echeance;
|
||||
|
||||
public $date_echeance;
|
||||
|
||||
public $amount=0;
|
||||
public $remise=0;
|
||||
public $tva=0;
|
||||
|
||||
@ -114,7 +114,7 @@ class User extends CommonObject
|
||||
* @var integer
|
||||
*/
|
||||
public $datec;
|
||||
|
||||
|
||||
/**
|
||||
* Date modification record (tms)
|
||||
*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user