From: Christopher Burger Date: Wed, 20 Dec 2017 16:26:37 +0000 (-0500) Subject: RT# 71364 - Added group total to top of payment report X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=8ae6cc966366a9b97dfb0262307a83ad59120ed2 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') || '$'; <& /elements/header.html, $opt{title} &> @@ -107,7 +109,7 @@ if ($group_info->{num} > 1) {
% if ( $group->num_rows > 0 ) { -

<% emt('[quant,_1,_2]', $group->num_rows, $opt{name_singular}) %> +

<% emt('[quant,_1,_2]', $group->num_rows, $opt{name_singular}) %> for <% emt($money.$group->paid) %>

%# download links

<% emt('Download results:') %>