X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Fcust_credit.html;h=9a14dcecac3dbfb26736eeaeec789bddbf065b11;hb=d1014a727cefa5d9813153594541f62ec15fc8b9;hp=2c59297be6458073b610b4ee2ff63bdaa2b93088;hpb=9d55204f876f52e314076f5fa9d1ae15a1639dae;p=freeside.git diff --git a/httemplate/search/cust_credit.html b/httemplate/search/cust_credit.html index 2c59297be..9a14dceca 100755 --- a/httemplate/search/cust_credit.html +++ b/httemplate/search/cust_credit.html @@ -7,42 +7,42 @@ #'redirect' => $link, 'header' => [ 'Amount', 'Date', - FS::UI::Web::cust_header(), 'By', - 'Reason' + 'Reason', + FS::UI::Web::cust_header(), ], 'fields' => [ #'crednum', sub { sprintf('$%.2f', shift->amount ) }, sub { time2str('%b %d %Y', shift->_date ) }, - \&FS::UI::Web::cust_fields, 'otaker', 'reason', + \&FS::UI::Web::cust_fields, ], #'align' => 'rrrllll', - 'align' => 'rr'.FS::UI::Web::cust_aligns().'ll', + 'align' => 'rrll'.FS::UI::Web::cust_aligns(), 'links' => [ '', '', + '', + '', ( map { $_ ne 'Cust. Status' ? $clink : '' } FS::UI::Web::cust_header() ), - '', - '', ], 'color' => [ '', '', - FS::UI::Web::cust_colors(), '', '', + FS::UI::Web::cust_colors(), ], 'style' => [ '', '', - FS::UI::Web::cust_styles(), '', '', + FS::UI::Web::cust_styles(), ], ) %>