mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Don't focus invoice number when viewing an invoice
This commit is contained in:
parent
718fd928a4
commit
be311315c3
@ -965,7 +965,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (model.invoice().client().public_id() || {{ $invoice->id || count($clients) == 0 ? '1' : '0' }}) {
|
if (model.invoice().client().public_id() || {{ $invoice->id || count($clients) == 0 ? '1' : '0' }}) {
|
||||||
$('#invoice_number').focus();
|
// do nothing
|
||||||
} else {
|
} else {
|
||||||
$('.client_select input.form-control').focus();
|
$('.client_select input.form-control').focus();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user