diff --git a/htdocs/compta/bank/class/account.class.php b/htdocs/compta/bank/class/account.class.php index dbb52137c27..89a05f3e215 100644 --- a/htdocs/compta/bank/class/account.class.php +++ b/htdocs/compta/bank/class/account.class.php @@ -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; /** diff --git a/htdocs/compta/deplacement/class/deplacement.class.php b/htdocs/compta/deplacement/class/deplacement.class.php index dbe35f5fa3e..243c4b5d110 100644 --- a/htdocs/compta/deplacement/class/deplacement.class.php +++ b/htdocs/compta/deplacement/class/deplacement.class.php @@ -62,8 +62,8 @@ class Deplacement extends CommonObject * * @var integer */ - public $datec; - + public $datec; + /** * Date (dated) * diff --git a/htdocs/core/class/comment.class.php b/htdocs/core/class/comment.class.php index 0b4fc9cc58d..9aaa577d838 100644 --- a/htdocs/core/class/comment.class.php +++ b/htdocs/core/class/comment.class.php @@ -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 diff --git a/htdocs/fichinter/class/fichinter.class.php b/htdocs/fichinter/class/fichinter.class.php index ba0262e69b4..46d898253da 100644 --- a/htdocs/fichinter/class/fichinter.class.php +++ b/htdocs/fichinter/class/fichinter.class.php @@ -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 diff --git a/htdocs/fourn/class/fournisseur.facture.class.php b/htdocs/fourn/class/fournisseur.facture.class.php index f1380b00e6f..bf9241e0754 100644 --- a/htdocs/fourn/class/fournisseur.facture.class.php +++ b/htdocs/fourn/class/fournisseur.facture.class.php @@ -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; diff --git a/htdocs/user/class/user.class.php b/htdocs/user/class/user.class.php index 512696d4758..f4652ef5a48 100644 --- a/htdocs/user/class/user.class.php +++ b/htdocs/user/class/user.class.php @@ -114,7 +114,7 @@ class User extends CommonObject * @var integer */ public $datec; - + /** * Date modification record (tms) *