diff --git a/htdocs/comm/propal/card.php b/htdocs/comm/propal/card.php
index f275f16ee03..cd4432707cd 100644
--- a/htdocs/comm/propal/card.php
+++ b/htdocs/comm/propal/card.php
@@ -1556,12 +1556,12 @@ if ($action == 'create')
// Terms of payment
print '
| '.$langs->trans('PaymentConditionsShort').' | ';
- $form->select_conditions_paiements($soc->cond_reglement_id, 'cond_reglement_id', -1, 1);
+ $form->select_conditions_paiements((GETPOSTISSET('cond_reglement_id') ? GETPOST('cond_reglement_id', 'int') : $soc->cond_reglement_id), 'cond_reglement_id', -1, 1);
print ' |
';
// Mode of payment
print '| '.$langs->trans('PaymentMode').' | ';
- $form->select_types_paiements($soc->mode_reglement_id, 'mode_reglement_id');
+ $form->select_types_paiements((GETPOSTISSET('mode_reglement_id') ? GETPOST('mode_reglement_id', 'int') : $soc->mode_reglement_id), 'mode_reglement_id');
print ' |
';
// Bank Account