diff options
author | ivan <ivan> | 2008-12-03 23:29:28 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-12-03 23:29:28 +0000 |
commit | 2e105901d955aed4cecdad793defb8aa477966ed (patch) | |
tree | 2c736b467546a19edd4f49e4eafc113db7d9d1d7 | |
parent | ff873782e78715891b9d5d2eb5b38c735d372556 (diff) |
allow an all-agent receivables report again
-rwxr-xr-x | httemplate/search/report_receivables.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/report_receivables.html b/httemplate/search/report_receivables.html index 8040e57e6..19b1ee7cc 100755 --- a/httemplate/search/report_receivables.html +++ b/httemplate/search/report_receivables.html @@ -10,7 +10,7 @@ </TH> </TR> - <% include( '/elements/tr-select-agent.html' ) %> + <% include( '/elements/tr-select-agent.html', 'disable_empty'=>0 ) %> <TR> <TD ALIGN="right">Customers</TD> |