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;
@ -70,12 +71,12 @@ class Facture extends CommonObject
var $mode_reglement_id; var $mode_reglement_id;
var $mode_reglement_code; var $mode_reglement_code;
// Pour board // Pour board
var $nbtodo; var $nbtodo;
var $nbtodolate; var $nbtodolate;
var $specimen; var $specimen;
var $error; var $error;
/** /**

View File

@ -71,7 +71,7 @@ class Propal extends CommonObject
var $note; var $note;
var $note_public; var $note_public;
var $date_livraison; var $date_livraison;
var $adresse_livraison_id; var $adresse_livraison_id;
var $products; var $products;