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:
5a0593a
)
Aufträge->Suche - myconfig Variablen fehlten -> vclimit wurde nicht berücksichtigt.
author
Sven Schöling
<s.schoeling@linet-services.de>
Wed, 10 Jun 2009 15:13:49 +0000
(15:13 +0000)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Wed, 10 Jun 2009 15:13:49 +0000
(15:13 +0000)
bin/mozilla/oe.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/oe.pl
b/bin/mozilla/oe.pl
index
ea81407
..
b1845ab
100644
(file)
--- a/
bin/mozilla/oe.pl
+++ b/
bin/mozilla/oe.pl
@@
-634,7
+634,7
@@
sub search {
$form->header();
- print $form->parse_html_template('oe/search');
+ print $form->parse_html_template('oe/search'
, { %myconfig }
);
$lxdebug->leave_sub();
}