diff options
author | mark <mark> | 2010-04-01 04:43:55 +0000 |
---|---|---|
committer | mark <mark> | 2010-04-01 04:43:55 +0000 |
commit | 35cff72e48d004b309409cac03e667463a558022 (patch) | |
tree | a8118d3d1ae4fb5e69dc0aa1c989ccc26cbf9122 /httemplate/search/report_receivables.cgi | |
parent | 65f0f73df04de553919ee50145376955da20b315 (diff) |
RT#866: links to process payments from aging report
Diffstat (limited to 'httemplate/search/report_receivables.cgi')
-rwxr-xr-x | httemplate/search/report_receivables.cgi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/search/report_receivables.cgi b/httemplate/search/report_receivables.cgi index 53261849a..73ebee49d 100755 --- a/httemplate/search/report_receivables.cgi +++ b/httemplate/search/report_receivables.cgi @@ -1,6 +1,7 @@ <% include( 'elements/cust_main_dayranges.html', 'title' => 'Accounts Receivable Aging Summary', 'range_sub' => \&balance, + 'payment_links' => 1, ) %> <%init> |