diff --git a/resources/views/invoices/edit.blade.php b/resources/views/invoices/edit.blade.php index 0ee90310192c..d9671b43bf57 100644 --- a/resources/views/invoices/edit.blade.php +++ b/resources/views/invoices/edit.blade.php @@ -965,7 +965,7 @@ } if (model.invoice().client().public_id() || {{ $invoice->id || count($clients) == 0 ? '1' : '0' }}) { - $('#invoice_number').focus(); + // do nothing } else { $('.client_select input.form-control').focus(); }