summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2015-07-16 17:39:56 -0700
committerMark Wells <mark@freeside.biz>2015-07-16 17:40:26 -0700
commit86c56cd13164f5ae77d89ced20042b6db35bee23 (patch)
treecd18a4794c7f112b31de433dd91642ea54c5fd39 /httemplate
parenta136ae1015222ca693e9bf9fe7634fa286bca2a8 (diff)
fix HTML version of A/R report, from #25994
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/search/elements/cust_main_dayranges.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/httemplate/search/elements/cust_main_dayranges.html b/httemplate/search/elements/cust_main_dayranges.html
index 076565396..951eff29d 100644
--- a/httemplate/search/elements/cust_main_dayranges.html
+++ b/httemplate/search/elements/cust_main_dayranges.html
@@ -21,7 +21,7 @@ Example:
'query' => $sql_query,
'count_query' => $count_sql,
'header' => [
- @act_blank,
+ @act_head,
@cust_header,
'0-30',
'30-60',
@@ -248,7 +248,7 @@ if($opt{'payment_links'} && $curuser->access_right('Process payment') && @payby)
@payby );
}
-my (@act_blank, @act_fields, $act_align, $html_foot);
+my (@act_head, @act_blank, @act_fields, $act_align, $html_foot);
if (delete($opt{'email_checkboxes'})) {
my $email_link = q!var url = toCGIString(); !;
$email_link .= q/if (!url) { alert('No customers selected'); return false; }; /;
@@ -271,7 +271,8 @@ if (delete($opt{'email_checkboxes'})) {
qq!<input type="checkbox" name="custnum" value="$custnum">!;
};
$act_align = 'l';
- push @act_blank, {nodownload => 1};
+ push @act_head, {nodownload => 1};
+ push @act_blank, '';
}
</%init>