TODO ICS is not used with bank transfer

This commit is contained in:
Regis Houssin 2022-04-15 16:40:41 +02:00
parent 81f0aedc8f
commit cc9c49afc9

View File

@ -759,6 +759,7 @@ if ($action == 'create') {
print '</tr>';
}
// TODO ICS is not used with bank transfer !
if ($conf->paymentbybanktransfer->enabled) {
print '<tr><td>'.$langs->trans("ICS").' ('.$langs->trans("BankTransfer").')</td>';
print '<td>'.$object->ics_transfer.'</td>';