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 $ref;
var $ref_client;
var $socidp;
var $contactid;
var $projet_id;

View File

@ -55,6 +55,7 @@ class Facture extends CommonObject
var $author;
var $date;
var $ref;
var $ref_client;
var $amount;
var $remise;
var $tva;
@ -70,12 +71,12 @@ class Facture extends CommonObject
var $mode_reglement_id;
var $mode_reglement_code;
// Pour board
var $nbtodo;
var $nbtodolate;
// Pour board
var $nbtodo;
var $nbtodolate;
var $specimen;
var $error;
var $error;
/**

View File

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