Fix bad title
This commit is contained in:
parent
4958015e93
commit
4dfc8bab93
@ -232,7 +232,7 @@ if ($nb) {
|
|||||||
if ($pricetowithdraw) {
|
if ($pricetowithdraw) {
|
||||||
$title = print $langs->trans('BankToReceiveWithdraw').': ';
|
$title = print $langs->trans('BankToReceiveWithdraw').': ';
|
||||||
if ($type == 'bank-transfer') {
|
if ($type == 'bank-transfer') {
|
||||||
$title .= $langs->trans('BankToPayCreditTransfer').': ';
|
$title = $langs->trans('BankToPayCreditTransfer').': ';
|
||||||
}
|
}
|
||||||
print $title;
|
print $title;
|
||||||
$form->select_comptes($conf->global->PRELEVEMENT_ID_BANKACCOUNT, 'id_bankaccount', 0, "courant=1");
|
$form->select_comptes($conf->global->PRELEVEMENT_ID_BANKACCOUNT, 'id_bankaccount', 0, "courant=1");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user