diff --git a/htdocs/comm/propal/card.php b/htdocs/comm/propal/card.php
index 794344fd5f8..4f2c0de238b 100644
--- a/htdocs/comm/propal/card.php
+++ b/htdocs/comm/propal/card.php
@@ -1556,7 +1556,7 @@ if ($action == 'create')
// Terms of payment
print '
| '.$langs->trans('PaymentConditionsShort').' | ';
- $form->select_conditions_paiements( empty($soc->cond_reglement_id) ? (GETPOST('cond_reglement_id', 'int') ? GETPOST('cond_reglement_id', 'int') : '' ) : $soc->cond_reglement_id, 'cond_reglement_id', -1, 1);
+ $form->select_conditions_paiements(empty($soc->cond_reglement_id) ? (GETPOST('cond_reglement_id', 'int') ? GETPOST('cond_reglement_id', 'int') : '' ) : $soc->cond_reglement_id, 'cond_reglement_id', -1, 1);
print ' |
';
// Mode of payment