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')