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:
a3a40c6
)
Projekte bei Suche auch dann erinnern, wenn Dropdownbox
author
Sven Schöling
<s.schoeling@linet-services.de>
Fri, 6 Nov 2009 14:43:02 +0000
(15:43 +0100)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Fri, 6 Nov 2009 14:43:02 +0000
(15:43 +0100)
bin/mozilla/oe.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/oe.pl
b/bin/mozilla/oe.pl
index
95ccfa6
..
d68c04f
100644
(file)
--- a/
bin/mozilla/oe.pl
+++ b/
bin/mozilla/oe.pl
@@
-782,7
+782,7
@@
sub orders {
my @hidden_variables = map { "l_${_}" } @columns;
push @hidden_variables, "l_subtotal", $form->{vc}, qw(l_closed l_notdelivered open closed delivered notdelivered ordnumber quonumber
transaction_description transdatefrom transdateto type vc employee_id salesman_id
- reqdatefrom reqdateto projectnumber);
+ reqdatefrom reqdateto projectnumber
project_id
);
my $href = build_std_url('action=orders', grep { $form->{$_} } @hidden_variables);