From: ivan Date: Sat, 1 Mar 2008 22:39:21 +0000 (+0000) Subject: ah, that's better, prettyfy and link adv. customer search X-Git-Tag: TRIXBOX_2_6~42 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=4f6170e806c20e9de9ce26b195d7f2e58b04a404 ah, that's better, prettyfy and link adv. customer search --- 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 ##