diff options
author | Mark Wells <mark@freeside.biz> | 2015-07-15 17:18:04 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2015-07-15 22:17:33 -0700 |
commit | 79110e4c9f798aa38c4bccec6d5be2a0100a5714 (patch) | |
tree | 972b61a598a9754b88503bf8f6d3443005119e0f /httemplate/search/elements/cust_main_dayranges.html | |
parent | 76bf98af668225a893150347998aea8cc0856c7d (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.html | 2 |
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> |