diff options
author | Mark Wells <mark@freeside.biz> | 2012-03-05 19:31:01 -0800 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2012-03-05 19:31:01 -0800 |
commit | 01ea05e688db67a832764bae7356fe460e314ec7 (patch) | |
tree | 4a7da9d63519e4c8eed65557609cbf18191c3e67 /httemplate/graph/elements/monthly.html | |
parent | 1fc6e684436955f6980dd8d9129f6a95d5af595e (diff) |
printer-friendly daily sales report, #16533
Diffstat (limited to 'httemplate/graph/elements/monthly.html')
-rw-r--r-- | httemplate/graph/elements/monthly.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/graph/elements/monthly.html b/httemplate/graph/elements/monthly.html index 275e5e6ff..2fd605d5e 100644 --- a/httemplate/graph/elements/monthly.html +++ b/httemplate/graph/elements/monthly.html @@ -54,6 +54,7 @@ Example: 'colors' => $data->{colors}, 'links' => \@links, 'bottom_link' => \@bottom_link, + 'transpose' => $opt{'daily'}, map { $_, $opt{$_} } (qw(title nototal graph_type |