X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Fcust_main.html;h=c050c5bd1a090196958743ada807df5440ec3a8c;hb=807bc6bf91e6208fd40bcdf99ce4c0149c2598d2;hp=5fb5ddad9dbb12a8d5bac516058be9dccdf40306;hpb=bd39db7a960f64d6a19e714aa8d74ccab1fd04c5;p=freeside.git diff --git a/httemplate/search/cust_main.html b/httemplate/search/cust_main.html index 5fb5ddad9..c050c5bd1 100755 --- a/httemplate/search/cust_main.html +++ b/httemplate/search/cust_main.html @@ -12,8 +12,29 @@ \&FS::UI::Web::cust_fields, @extra_fields, ], + 'color' => [ FS::UI::Web::cust_colors(), + map '', @extra_fields + ], + 'style' => [ FS::UI::Web::cust_styles(), + map '', @extra_fields + ], + 'align' => [ FS::UI::Web::cust_aligns(), + map '', @extra_fields + ], + 'links' => [ ( map { $_ ne 'Cust. Status' ? $link : '' } + FS::UI::Web::cust_header( + $cgi->param('cust_fields') + ) + ), + map '', @extra_fields + ], ) %> +<%once> + +my $link = [ "${p}view/cust_main.cgi?", 'custnum' ]; + + <%init> die "access denied" @@ -77,8 +98,6 @@ if ( @payby ) { push @where, '( '. join(' OR ', map "cust_main.payby = '$_'", @payby). ' )'; } -### - ## # amounts ##