FIX check only if invoice module is enabled (bank is check after)
This commit is contained in:
parent
94c58072d7
commit
259fa0ac81
@ -523,7 +523,7 @@ print '</table>';
|
||||
/*
|
||||
* Payment mode
|
||||
*/
|
||||
if (! empty($conf->banque->enabled) && empty($conf->facture->enabled))
|
||||
if (empty($conf->facture->enabled))
|
||||
{
|
||||
print '<br>';
|
||||
print load_fiche_titre($langs->trans("SuggestedPaymentModesIfNotDefinedInInvoice"),'','');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user