Skip to content
Snippets Groups Projects
Commit 2f85d029 authored by Marcos García de La Fuente's avatar Marcos García de La Fuente
Browse files

Added missing RemiseCheque properties

parent c58b5a51
No related branches found
No related tags found
No related merge requests found
......@@ -1146,6 +1146,10 @@ class AccountLine extends CommonObject
var $ref;
var $datec;
var $dateo;
/**
* Value date
*/
var $datev;
var $amount;
var $label;
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment