projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5762fcc
)
fokus bei Mahnung erstellen gefixt.
author
Sven Schöling
<s.schoeling@linet-services.de>
Fri, 26 Oct 2012 11:15:54 +0000
(13:15 +0200)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Fri, 26 Oct 2012 11:15:54 +0000
(13:15 +0200)
bin/mozilla/dn.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/dn.pl
b/bin/mozilla/dn.pl
index
378e5a1
..
e9df309
100644
(file)
--- a/
bin/mozilla/dn.pl
+++ b/
bin/mozilla/dn.pl
@@
-106,7
+106,7
@@
sub add {
$form->{title} = $locale->text('Start Dunning Process');
$form->{jsscript} = 1;
- $
form->{fokus} = "search.customer"
;
+ $
::request->{layout}->focus('#customer')
;
$form->header();
print $form->parse_html_template("dunning/add");