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:
9aa0d47
)
OE orders: projectnumber Filter wurde nicht an die Exports weitergereicht.
author
Sven Schöling
<s.schoeling@linet-services.de>
Thu, 5 Nov 2009 10:17:15 +0000
(11:17 +0100)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Thu, 5 Nov 2009 10:17:15 +0000
(11:17 +0100)
bin/mozilla/oe.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/oe.pl
b/bin/mozilla/oe.pl
index
5965bf5
..
7c9ee98
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);
+ reqdatefrom reqdateto
projectnumber
);
my $href = build_std_url('action=orders', grep { $form->{$_} } @hidden_variables);