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:
b58bafb
)
Doku update
author
Sven Schöling
<s.schoeling@linet-services.de>
Tue, 18 Nov 2014 14:52:15 +0000
(15:52 +0100)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Tue, 18 Nov 2014 14:52:15 +0000
(15:52 +0100)
SL/Presenter/Part.pm
patch
|
blob
|
history
diff --git
a/SL/Presenter/Part.pm
b/SL/Presenter/Part.pm
index
baa5e22
..
1091667
100644
(file)
--- a/
SL/Presenter/Part.pm
+++ b/
SL/Presenter/Part.pm
@@
-120,8
+120,9
@@
Obsolete parts will by default not displayed for selection. However they are
accepted as default values and can persist during updates. As with other
selectors though, they are not selectable once overridden.
-Currently you must include C<js/autocomplete_part.js> in your controller, the
-presenter can not do this from the template.
+Currently you must include C<js/autocomplete_part.js> in old bin/mozilla-style
+controllers if C<<$form->header>> is called before the template. In all other
+cases, C<part_picker> will add the javascript for you.
=back