From e050b7d59512a581150c132f95941b6f4344f973 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Tue, 11 Apr 2006 11:33:52 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20r=E9cup=E9ration=20du=20type=20et=20cond?= =?UTF-8?q?ition=20de=20r=E8glement=20du=20client?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/comm/addpropal.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/comm/addpropal.php b/htdocs/comm/addpropal.php index 6e902f6c17d..8635a27f1a6 100644 --- a/htdocs/comm/addpropal.php +++ b/htdocs/comm/addpropal.php @@ -117,12 +117,12 @@ if ($_GET["action"] == 'create') // Conditions de réglement print ''.$langs->trans('PaymentConditions').''; - $html->select_conditions_paiements($cond_reglement_id,'cond_reglement_id'); + $html->select_conditions_paiements($soc->cond_reglement,'cond_reglement_id'); print ''; // Mode de réglement print ''.$langs->trans('PaymentMode').''; - $html->select_types_paiements($mode_reglement_id,'mode_reglement_id'); + $html->select_types_paiements($soc->mode_reglement,'mode_reglement_id'); print ''; // Remise relative