X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Felements%2Fcust_main_dayranges.html;h=ddde23a7e4222b7df9fa71175e1173e3fbb25ecb;hb=845a6ea956c4725b800a82cc1b2ae68cd485a015;hp=e78f2a4102c2db0551e1e01e1ec0078b71fbdcc2;hpb=271785973c230748a2575ba925d03f49668405bc;p=freeside.git diff --git a/httemplate/search/elements/cust_main_dayranges.html b/httemplate/search/elements/cust_main_dayranges.html index e78f2a410..ddde23a7e 100644 --- a/httemplate/search/elements/cust_main_dayranges.html +++ b/httemplate/search/elements/cust_main_dayranges.html @@ -15,13 +15,12 @@ Example: }; - <& search.html, 'name' => 'customers', 'query' => $sql_query, 'count_query' => $count_sql, 'header' => [ - @cust_header = FS::UI::Web::cust_header($cgi->param('cust_fields')), + @cust_header, '0-30', '30-60', '60-90', @@ -31,8 +30,7 @@ Example: ], 'footer' => [ 'Total', - ( map '', ( 1 .. $#cust_header ) ), - + ( map '',( 1 .. $#cust_header ),), sprintf( $money_char.'%.2f', $row->{'rangecol_0_30'} ), sprintf( $money_char.'%.2f', @@ -55,7 +53,9 @@ Example: @pay_labels, ], 'links' => [ - ( map { $_ ne 'Cust. Status' ? $clink : '' } @cust_header) ), + ( map { $_ ne 'Cust. Status' ? $clink : '' } + @cust_header + ), '', '', '', @@ -63,10 +63,10 @@ Example: '', @pay_links, ], - 'align' => FS::UI::Web::cust_aligns(). + 'align' => FS::UI::Web::cust_aligns(). 'rrrrr'. ('c' x @pay_labels), - 'size' => [ ( map '', @cust_header ) ), + 'size' => [ ( map '', @cust_header ), #'-1', '', '', '', '', '', ], '', '', '', '', '', '', ( map '', @pay_labels ), @@ -93,8 +93,8 @@ Example: &> <%init> +my @cust_header = FS::UI::Web::cust_header($cgi->param('cust_fields')); my %opt = @_; -my @cust_header = (); #actually need to auto-generate other things too for a passed-in ranges to work my $ranges = $opt{'ranges'} ? delete($opt{'ranges'}) : [ @@ -187,7 +187,7 @@ my $sql_query = { 'cust_main.custnum', $range_cols, $packages_cols, - FS::UI::Web::cust_sql_fields(), + FS::UI::Web::cust_sql_fields($cgi->param('cust_fields')), 'payby', ), 'extra_sql' => $where,