Fixing style errors.
This commit is contained in:
parent
e38ef6bc8c
commit
76fdf0006d
@ -389,7 +389,7 @@ if ($resql) {
|
|||||||
if ($type != '') {
|
if ($type != '') {
|
||||||
print '<input type="hidden" name="type" value="'.$type.'">';
|
print '<input type="hidden" name="type" value="'.$type.'">';
|
||||||
}
|
}
|
||||||
|
|
||||||
$title = $langs->trans("InvoiceWaitingWithdraw");
|
$title = $langs->trans("InvoiceWaitingWithdraw");
|
||||||
if ($type == 'bank-transfer') {
|
if ($type == 'bank-transfer') {
|
||||||
$title = $langs->trans("InvoiceWaitingPaymentByBankTransfer");
|
$title = $langs->trans("InvoiceWaitingPaymentByBankTransfer");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user