Fixing style errors.

This commit is contained in:
stickler-ci 2022-11-22 20:17:37 +00:00
parent e38ef6bc8c
commit 76fdf0006d

View File

@ -389,7 +389,7 @@ if ($resql) {
if ($type != '') {
print '<input type="hidden" name="type" value="'.$type.'">';
}
$title = $langs->trans("InvoiceWaitingWithdraw");
if ($type == 'bank-transfer') {
$title = $langs->trans("InvoiceWaitingPaymentByBankTransfer");