From 59ba703f90b9d4ccc51d9bf303533f68afcbe93f Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Mon, 26 Jun 2006 16:05:38 +0000 Subject: [PATCH] bugfix --- htdocs/commande/commande.class.php | 1 + htdocs/propal.class.php | 1 + 2 files changed, 2 insertions(+) diff --git a/htdocs/commande/commande.class.php b/htdocs/commande/commande.class.php index e11f309358e..80e16b22b90 100644 --- a/htdocs/commande/commande.class.php +++ b/htdocs/commande/commande.class.php @@ -60,6 +60,7 @@ class Commande extends CommonObject var $mode_reglement_id; var $mode_reglement_code; var $adresse_livraison_id; + var $adresse; var $date; // Date commande var $date_livraison; // Date livraison souhaitée var $remise_percent; diff --git a/htdocs/propal.class.php b/htdocs/propal.class.php index 5a95a2951f9..b7f4a6f8ef1 100644 --- a/htdocs/propal.class.php +++ b/htdocs/propal.class.php @@ -76,6 +76,7 @@ class Propal extends CommonObject var $date_livraison; var $adresse_livraison_id; + var $adresse; var $products; var $products_qty;