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:
c4a1ac5
)
bei oe suche wurde der Mitarbeiter nicht im callback mitgefuehrt
author
Philip Reetz
<p.reetz@linet-services.de>
Wed, 13 Jun 2007 18:07:25 +0000
(18:07 +0000)
committer
Philip Reetz
<p.reetz@linet-services.de>
Wed, 13 Jun 2007 18:07:25 +0000
(18:07 +0000)
bin/mozilla/oe.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/oe.pl
b/bin/mozilla/oe.pl
index
5459633
..
6281afe
100644
(file)
--- a/
bin/mozilla/oe.pl
+++ b/
bin/mozilla/oe.pl
@@
-1647,7
+1647,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);
+ transaction_description transdatefrom transdateto type vc
employee_id
);
my $href = build_std_url('action=orders', grep { $form->{$_} } @hidden_variables);