diff options
Diffstat (limited to 'httemplate/search/cust_credit.html')
| -rwxr-xr-x | httemplate/search/cust_credit.html | 16 |
1 files changed, 8 insertions, 8 deletions
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(), ], ) %> |
