summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Burger <burgerc@freeside.biz>2017-12-20 11:26:37 -0500
committerChristopher Burger <burgerc@freeside.biz>2017-12-20 11:26:37 -0500
commit7f5987962e31731e57ddeabb1fd20d65324f7e72 (patch)
tree8cbd8d3641cfeec81f18aae15249b3ffdd599564
parent131b90bf825fd1bcc6fe619dff2b7d9bb7ee0ab1 (diff)
RT# 71364 - Added group total to top of payment report
-rw-r--r--httemplate/search/elements/grouped-search/html4
1 files changed, 3 insertions, 1 deletions
diff --git a/httemplate/search/elements/grouped-search/html b/httemplate/search/elements/grouped-search/html
index c1fd9bd5e..ae8086512 100644
--- a/httemplate/search/elements/grouped-search/html
+++ b/httemplate/search/elements/grouped-search/html
@@ -90,6 +90,8 @@ if ($group_info->{num} > 1) {
# }
#}
+my $conf = FS::Conf->new;
+my $money = $conf->config('money_char') || '$';
</%init>
<& /elements/header.html, $opt{title} &>
@@ -107,7 +109,7 @@ if ($group_info->{num} > 1) {
<DIV CLASS="fstabcontainer">
% if ( $group->num_rows > 0 ) {
-<P><% emt('[quant,_1,_2]', $group->num_rows, $opt{name_singular}) %>
+<P><% emt('[quant,_1,_2]', $group->num_rows, $opt{name_singular}) %> for <% emt($money.$group->paid) %>
</P>
%# download links
<P><% emt('Download results:') %>