From 4e51bb5c62cec46a7468542804c0c820b098af87 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Tue, 13 Jun 2006 14:43:35 +0000 Subject: [PATCH] bugfix --- htdocs/comm/propal.php | 2 +- htdocs/propal.class.php | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/htdocs/comm/propal.php b/htdocs/comm/propal.php index 24487b3f2f7..8501aa2d41e 100644 --- a/htdocs/comm/propal.php +++ b/htdocs/comm/propal.php @@ -612,7 +612,7 @@ if ($_GET['propalid'] > 0) print ''; if ($user->rights->propale->creer && $_GET['action'] == 'refclient') { - print '
'; + print ''; print ''; print ''; print ' '; diff --git a/htdocs/propal.class.php b/htdocs/propal.class.php index b92d645555c..722f9c79d8d 100644 --- a/htdocs/propal.class.php +++ b/htdocs/propal.class.php @@ -51,6 +51,7 @@ class Propal var $projetidp; var $author; var $ref; + var $ref_client; var $status; var $datep; var $fin_validite; @@ -68,7 +69,7 @@ class Propal var $note; var $note_public; - var $date_livraison; + var $date_livraison; var $adresse_livraison_id; var $labelstatut=array();