Added missing RemiseCheque properties

This commit is contained in:
Marcos García de La Fuente 2015-09-06 19:24:17 +02:00
parent c58b5a5117
commit 2f85d02911
2 changed files with 11 additions and 0 deletions

View File

@ -1146,6 +1146,10 @@ class AccountLine extends CommonObject
var $ref;
var $datec;
var $dateo;
/**
* Value date
*/
var $datev;
var $amount;
var $label;

View File

@ -44,6 +44,13 @@ class RemiseCheque extends CommonObject
var $errno;
public $statut;
public $amount;
public $date_bordereau;
public $account_id;
public $account_label;
public $author_id;
public $nbcheque;
public $number;
/**
* Constructor