diff --git a/htdocs/admin/propal.php b/htdocs/admin/propal.php index 81fdd4d534e..df0583d1803 100644 --- a/htdocs/admin/propal.php +++ b/htdocs/admin/propal.php @@ -523,7 +523,7 @@ print ''; /* * Payment mode */ -if (! empty($conf->banque->enabled) && empty($conf->facture->enabled)) +if (empty($conf->facture->enabled)) { print '
'; print load_fiche_titre($langs->trans("SuggestedPaymentModesIfNotDefinedInInvoice"),'','');