summaryrefslogtreecommitdiff
path: root/httemplate/search/elements/cust_main_dayranges.html
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2015-07-15 17:18:04 -0700
committerMark Wells <mark@freeside.biz>2015-07-15 22:17:33 -0700
commit79110e4c9f798aa38c4bccec6d5be2a0100a5714 (patch)
tree972b61a598a9754b88503bf8f6d3443005119e0f /httemplate/search/elements/cust_main_dayranges.html
parent76bf98af668225a893150347998aea8cc0856c7d (diff)
fix Excel download of A/R report, from #25994
Diffstat (limited to 'httemplate/search/elements/cust_main_dayranges.html')
-rw-r--r--httemplate/search/elements/cust_main_dayranges.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/elements/cust_main_dayranges.html b/httemplate/search/elements/cust_main_dayranges.html
index e5b1f478c..076565396 100644
--- a/httemplate/search/elements/cust_main_dayranges.html
+++ b/httemplate/search/elements/cust_main_dayranges.html
@@ -271,7 +271,7 @@ if (delete($opt{'email_checkboxes'})) {
qq!<input type="checkbox" name="custnum" value="$custnum">!;
};
$act_align = 'l';
- push @act_blank, '';
+ push @act_blank, {nodownload => 1};
}
</%init>