From: Sven Schöling Date: Fri, 26 Oct 2012 11:33:26 +0000 (+0200) Subject: fokus in Debitorenbuchungen gefixt X-Git-Tag: release-3.0.0beta1~86 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=a7d1bd78920045972aab7008a861dce0daafa22b;p=kivitendo-erp.git fokus in Debitorenbuchungen gefixt --- diff --git a/bin/mozilla/ar.pl b/bin/mozilla/ar.pl index 8d0e89de9..f164997af 100644 --- a/bin/mozilla/ar.pl +++ b/bin/mozilla/ar.pl @@ -315,7 +315,7 @@ sub form_header { $taxcharts{$item->{id}} = $item; } - $form->{fokus} = "arledger.customer"; + $::request->{layout}->focus("#customer"); my $follow_up_vc = $form->{customer}; $follow_up_vc =~ s/--.*?//; diff --git a/templates/webpages/ar/form_header.html b/templates/webpages/ar/form_header.html index 7fa799f5f..363bb9d20 100644 --- a/templates/webpages/ar/form_header.html +++ b/templates/webpages/ar/form_header.html @@ -32,9 +32,9 @@ [% 'Customer' | $T8 %] [%- IF selectcustomer %] - + [%- ELSE %] - + [%- END %] [% L.hidden_tag('selectcustomer', selectcustomer) %]