This commit is contained in:
Regis Houssin 2006-06-20 12:25:19 +00:00
parent 91c3e359c2
commit b6c02c91f5
3 changed files with 7 additions and 5 deletions

View File

@ -45,6 +45,7 @@ class Commande extends CommonObject
var $id ; var $id ;
var $ref; var $ref;
var $ref_client;
var $socidp; var $socidp;
var $contactid; var $contactid;
var $projet_id; var $projet_id;

View File

@ -55,6 +55,7 @@ class Facture extends CommonObject
var $author; var $author;
var $date; var $date;
var $ref; var $ref;
var $ref_client;
var $amount; var $amount;
var $remise; var $remise;
var $tva; var $tva;