[freeside-commits] branch master updated. 7f5987962e31731e57ddeabb1fd20d65324f7e72
Christopher Burger
burgerc at freeside.biz
Wed Dec 20 08:27:02 PST 2017
The branch, master has been updated
via 7f5987962e31731e57ddeabb1fd20d65324f7e72 (commit)
from 131b90bf825fd1bcc6fe619dff2b7d9bb7ee0ab1 (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 7f5987962e31731e57ddeabb1fd20d65324f7e72
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