X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fsearch%2Fcust_pkg.cgi;fp=httemplate%2Fsearch%2Fcust_pkg.cgi;h=1cb61bccb8c045f817a5942a6cccc9bc539f6c3b;hp=110da91aec42e284fe6c112e3a6eb27e8a2ae61a;hb=5c0cfcb8dec7c4f3a7aecea4c550ffb4bfb774c3;hpb=5f2093d63b321716766535a0ff3e7420882a8888 diff --git a/httemplate/search/cust_pkg.cgi b/httemplate/search/cust_pkg.cgi index 110da91ae..1cb61bccb 100755 --- a/httemplate/search/cust_pkg.cgi +++ b/httemplate/search/cust_pkg.cgi @@ -9,6 +9,7 @@ emt('Package'), emt('Class'), emt('Status'), + emt('Sales Person'), emt('Ordered by'), emt('Setup'), emt('Base Recur'), @@ -35,6 +36,7 @@ sub { $_[0]->pkg; }, 'classname', sub { ucfirst(shift->status); }, + 'salesperson', 'otaker', sub { sprintf( $money_char.'%.2f', shift->part_pkg->option('setup_fee'), @@ -99,13 +101,14 @@ '', '', '', + '', FS::UI::Web::cust_colors(), '', ], - 'style' => [ '', '', '', '', 'b', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', + 'style' => [ '', '', '', '', 'b', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', FS::UI::Web::cust_styles() ], 'size' => [ '', '', '', '', '-1' ], - 'align' => 'rrlcccrrlrrrrrrrrrrl'. FS::UI::Web::cust_aligns(). 'r', + 'align' => 'rrlccccrrlrrrrrrrrrrl'. FS::UI::Web::cust_aligns(). 'r', 'links' => [ $link, $link, @@ -123,6 +126,7 @@ '', '', '', + '', '', # link to changed-from package? '', '',