From 8b8f38a2cff0f6eab0db172bd0d1d7b142be4646 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Wed, 15 Feb 2006 17:54:04 +0000 Subject: [PATCH] Ajout mode_reglement et cond_reglement --- htdocs/comm/propal.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/comm/propal.php b/htdocs/comm/propal.php index 70f6ad20ddd..f072f7443d1 100644 --- a/htdocs/comm/propal.php +++ b/htdocs/comm/propal.php @@ -529,7 +529,7 @@ if ($_GET['propalid'] > 0) print ''; -// if ($_GET['action'] != 'editconditions' && $propal->brouillon) print ''; + if ($_GET['action'] != 'editconditions' && $propal->brouillon) print ''; print '
'; print $langs->trans('PaymentConditions'); print 'id.'">'.img_edit($langs->trans('SetConditions'),1).'id.'">'.img_edit($langs->trans('SetConditions'),1).'
'; print ''; if ($_GET['action'] == 'editconditions') @@ -545,7 +545,7 @@ if ($_GET['propalid'] > 0) print ''; -// if ($_GET['action'] != 'editmode' && $propal->brouillon) print ''; + if ($_GET['action'] != 'editmode' && $propal->brouillon) print ''; print '
'; print $langs->trans('PaymentMode'); print 'id.'">'.img_edit($langs->trans('SetMode'),1).'id.'">'.img_edit($langs->trans('SetMode'),1).'
'; print ''; if ($_GET['action'] == 'editmode')