[freeside-commits] branch FREESIDE_4_BRANCH updated. a2a3673ac29e47b0eff05ae8469097aaa5f69e3c
Christopher Burger
burgerc at freeside.biz
Wed Dec 20 09:07:49 PST 2017
The branch, FREESIDE_4_BRANCH has been updated
via a2a3673ac29e47b0eff05ae8469097aaa5f69e3c (commit)
from 7de3b44195ff58e742be5e7a17c975db97f2565f (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit a2a3673ac29e47b0eff05ae8469097aaa5f69e3c
Author: Christopher Burger <burgerc at freeside.biz>
Date: Wed Dec 20 11:26:37 2017 -0500
RT# 71364 - Added group total to top of payment report
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:') %>
-----------------------------------------------------------------------
Summary of changes:
httemplate/search/elements/grouped-search/html | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
More information about the freeside-commits
mailing list