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:
bf0271a
)
Vergessene hidden Abteilung für FiBu->Berichte->Offene Forderungen/Verbindlichkeiten
author
G. Richardson
<information@kivitendo-premium.de>
Thu, 9 Jun 2016 09:07:02 +0000
(11:07 +0200)
committer
G. Richardson
<information@kivitendo-premium.de>
Thu, 9 Jun 2016 10:50:40 +0000
(12:50 +0200)
bin/mozilla/rp.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/rp.pl
b/bin/mozilla/rp.pl
index
87f84b2
..
e5b7060
100644
(file)
--- a/
bin/mozilla/rp.pl
+++ b/
bin/mozilla/rp.pl
@@
-1010,7
+1010,7
@@
sub aging {
$report->set_columns(%column_defs);
$report->set_column_order(@columns);
- my @hidden_variables = qw(todate customer vendor arap title ct fordate reporttype);
+ my @hidden_variables = qw(todate customer vendor arap title ct fordate reporttype
department
);
$report->set_export_options('generate_' . ($form->{arap} eq 'ar' ? 'ar' : 'ap') . '_aging', @hidden_variables);
my @options;