diff options
author | C.J. Adams-Collier <cjac@colliertech.org> | 2014-09-09 13:16:21 -0700 |
---|---|---|
committer | C.J. Adams-Collier <cjac@colliertech.org> | 2014-09-09 13:16:36 -0700 |
commit | 271785973c230748a2575ba925d03f49668405bc (patch) | |
tree | 525a2e7c838b5e75d4432274f541e29eb446e218 /httemplate/search/report_receivables.html | |
parent | 81d6b6bc794de95911a7e3f85a89def8be1dc496 (diff) |
have expanded the AR aging summary to include other fields. Have not yet populated the fields. FS RT #27208
Diffstat (limited to 'httemplate/search/report_receivables.html')
-rwxr-xr-x | httemplate/search/report_receivables.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/httemplate/search/report_receivables.html b/httemplate/search/report_receivables.html index 854b24a00..20a98bef6 100755 --- a/httemplate/search/report_receivables.html +++ b/httemplate/search/report_receivables.html @@ -65,6 +65,15 @@ function toggle(obj) { } &> + <TR> + <TH CLASS="background" COLSPAN=2> </TH> + </TR> + + <TR> + <TH CLASS="background" COLSPAN=2 ALIGN="left"><FONT SIZE="+1"><% mt('Display options') |h %></FONT></TH> + </TR> + <& /elements/tr-select-cust-fields.html &> + </TABLE> <BR><INPUT TYPE="submit" VALUE="Get Report"> |