diff --git a/htdocs/fourn/commande/card.php b/htdocs/fourn/commande/card.php
index 14518baf094..1ee926d72b9 100644
--- a/htdocs/fourn/commande/card.php
+++ b/htdocs/fourn/commande/card.php
@@ -1732,7 +1732,6 @@ if ($action == 'create') {
// Payment term
print '
| '.$langs->trans('PaymentConditionsShort').' | ';
print img_picto('', 'payment', 'class="pictofixedwidth"');
- $selected = GETPOSTISSET('cond_reglement_id') ? GETPOST('cond_reglement_id') : $cond_reglement_id;
print $form->getSelectConditionsPaiements((GETPOSTISSET('cond_reglement_id') && GETPOST('cond_reglement_id') != 0) ? GETPOST('cond_reglement_id') : $cond_reglement_id, 'cond_reglement_id', -1, 1);
print ' |
';