diff options
author | ivan <ivan> | 2008-05-19 04:07:02 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-05-19 04:07:02 +0000 |
commit | 978fea1c303551f90c95ae852b6463951b78246b (patch) | |
tree | c676ac9166a1470959eb0b6bb3f9b16b5275a0b1 /httemplate/search/cust_credit.html | |
parent | 36de6f6f3b7ec8cafc8f5247af750b331ee13a1b (diff) |
make net receipts clickable... and netreceipts != cashflow, really, so separate those concepts, and cashflow gets gross & net variants. also add gross/net refunds. #3012
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(), ], ) %> |