diff options
author | ivan <ivan> | 2011-04-15 22:19:40 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-04-15 22:19:40 +0000 |
commit | c96b0346399d8e446a6100940417d4bcfb0f3070 (patch) | |
tree | c7f91060d018937e73bae4686181f9f17154b9cc | |
parent | 26b237b61bb5340e92edb033f48371c8e8d2de55 (diff) |
link new tax report to cust_credit_bill_pkg for credits, RT#12332
-rw-r--r-- | httemplate/search/cust_credit_bill_pkg.html | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/httemplate/search/cust_credit_bill_pkg.html b/httemplate/search/cust_credit_bill_pkg.html index 19a9869dd..622d1cfb4 100644 --- a/httemplate/search/cust_credit_bill_pkg.html +++ b/httemplate/search/cust_credit_bill_pkg.html @@ -27,7 +27,7 @@ sub { sprintf($money_char.'%.2f', shift->amount ) }, sub { time2str('%b %d %Y', shift->get('cust_credit_date') ) }, - 'otaker', + sub { shift->cust_credit_bill->cust_credit->otaker }, sub { shift->cust_credit_bill->cust_credit->reason }, sub { $_[0]->pkgnum > 0 @@ -38,8 +38,16 @@ sub { time2str('%b %d %Y', shift->_date ) }, \&FS::UI::Web::cust_fields, ], - #'sort_fields' => [ #XXX add - #], + 'sort_fields' => [ + 'amount', + 'cust_credit_date', + '', #'otaker', + '', #reason + '', #line item description + 'invnum', + '_date', + #cust fields + ], 'links' => [ '', '', |