diff --git a/htdocs/compta/facture/card.php b/htdocs/compta/facture/card.php
index 7655298b1b6..daf090483c3 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', -1, 1);
+ $form->select_conditions_paiements(isset($_POST['cond_reglement_id']) ? $_POST['cond_reglement_id'] : $cond_reglement_id, 'cond_reglement_id');
print ' |
';
// Payment mode