diff --git a/htdocs/comm/propal/card.php b/htdocs/comm/propal/card.php
index 9a296def86b..4f49dd90e58 100644
--- a/htdocs/comm/propal/card.php
+++ b/htdocs/comm/propal/card.php
@@ -1624,7 +1624,7 @@ if ($action == 'create')
// Terms of payment
print '
| ' . $langs->trans('PaymentConditionsShort') . ' | ';
- $form->select_conditions_paiements($soc->cond_reglement_id, 'cond_reglement_id');
+ $form->select_conditions_paiements($soc->cond_reglement_id, 'cond_reglement_id', -1, 1);
print ' |
';
// Mode of payment
diff --git a/htdocs/compta/facture/card.php b/htdocs/compta/facture/card.php
index daf090483c3..7655298b1b6 100644
--- a/htdocs/compta/facture/card.php
+++ b/htdocs/compta/facture/card.php
@@ -3071,7 +3071,7 @@ if ($action == 'create')
// Payment term
print '| ' . $langs->trans('PaymentConditionsShort') . ' | ';
- $form->select_conditions_paiements(isset($_POST['cond_reglement_id']) ? $_POST['cond_reglement_id'] : $cond_reglement_id, 'cond_reglement_id');
+ $form->select_conditions_paiements(isset($_POST['cond_reglement_id']) ? $_POST['cond_reglement_id'] : $cond_reglement_id, 'cond_reglement_id', -1, 1);
print ' |
';
// Payment mode