]> wagnertech.de Git - kivitendo-erp.git/commitdiff
fokus in Einkauf->Berichte->Rechnungen gefixt
authorSven Schöling <s.schoeling@linet-services.de>
Fri, 26 Oct 2012 11:27:13 +0000 (13:27 +0200)
committerSven Schöling <s.schoeling@linet-services.de>
Fri, 26 Oct 2012 11:27:13 +0000 (13:27 +0200)
bin/mozilla/ap.pl
templates/webpages/ap/search.html

index e31f322b6471f53040a3c0590dede84dda740673..8c55a3d9cd29b536bd169fae1e344ba8791ce2d1 100644 (file)
@@ -1221,7 +1221,7 @@ sub search {
   $form->all_vc(\%myconfig, "vendor", "AP");
 
   $form->{title}    = $locale->text('AP Transactions');
-  $form->{fokus}    = "search.vendor";
+  $::request->{layout}->focus('#vendor');
   $form->{jsscript} = 1;
 
   $form->get_lists("projects"     => { "key" => "ALL_PROJECTS", "all" => 1 },
index 0bb447b31980fd3845722474d5c6798570153227..99898a6ea6b03b8de6298aaba8f9dfe55f49e1f6 100644 (file)
@@ -13,6 +13,7 @@
       <th align=right>[% 'Vendor' | $T8 %]</th>
       <td colspan=3>
             [%- INCLUDE 'generic/multibox.html'
+                 id            = 'vendor',
                  name          = 'vendor',
                  default       = oldvendor,
                  style         = 'width: 250px',