Fix bad title

This commit is contained in:
Laurent Destailleur 2021-08-04 12:28:13 +02:00
parent 4958015e93
commit 4dfc8bab93

View File

@ -232,7 +232,7 @@ if ($nb) {
if ($pricetowithdraw) {
$title = print $langs->trans('BankToReceiveWithdraw').': ';
if ($type == 'bank-transfer') {
$title .= $langs->trans('BankToPayCreditTransfer').': ';
$title = $langs->trans('BankToPayCreditTransfer').': ';
}
print $title;
$form->select_comptes($conf->global->PRELEVEMENT_ID_BANKACCOUNT, 'id_bankaccount', 0, "courant=1");