X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fbank_transactions%2Fassign_invoice.html;h=ea71ae7b0b02f55afc01b813d97514b035f392af;hb=09372651092644b1b852b8fea775003d92e2d08c;hp=26229b8cc97ea6e91c72494496714da8821b364f;hpb=15f58ff3dfd79651a95535b53f864ea0e8cb6620;p=kivitendo-erp.git diff --git a/templates/webpages/bank_transactions/assign_invoice.html b/templates/webpages/bank_transactions/assign_invoice.html index 26229b8cc..ea71ae7b0 100644 --- a/templates/webpages/bank_transactions/assign_invoice.html +++ b/templates/webpages/bank_transactions/assign_invoice.html @@ -99,6 +99,10 @@ function assign_invoice_reset_form() { $('#assign_invoice_window form input[type=text]').val(''); } +$(function() { + $('#invnumber').focus(); +}); + //-->