diff --git a/htdocs/compta/bank/class/paymentvarious.class.php b/htdocs/compta/bank/class/paymentvarious.class.php index 668417c0ee2..5c8031f2702 100644 --- a/htdocs/compta/bank/class/paymentvarious.class.php +++ b/htdocs/compta/bank/class/paymentvarious.class.php @@ -56,9 +56,16 @@ class PaymentVarious extends CommonObject */ public $ref; + /** + * @var int timestamp + */ public $tms; public $datep; public $datev; + + /** + * @var int sens of operation + */ public $sens; public $amount; public $type_payment; @@ -90,6 +97,16 @@ class PaymentVarious extends CommonObject */ public $fk_bank; + /** + * @var int transaction category + */ + public $categorie_transaction; + + /** + * @var int Account ID + */ + public $accountid; + /** * @var int ID */