diff options
Diffstat (limited to 'httemplate')
| -rwxr-xr-x | httemplate/search/cust_main.html | 23 | 
1 files changed, 21 insertions, 2 deletions
| 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' ]; + +</%once>  <%init>  die "access denied" @@ -77,8 +98,6 @@ if ( @payby ) {    push @where, '( '. join(' OR ', map "cust_main.payby = '$_'", @payby). ' )';  } -### -  ##  # amounts  ## | 
