summaryrefslogtreecommitdiff
path: root/httemplate/search
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/search')
-rwxr-xr-xhttemplate/search/report_receivables.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/report_receivables.cgi b/httemplate/search/report_receivables.cgi
index a11fb81a5..6df016134 100755
--- a/httemplate/search/report_receivables.cgi
+++ b/httemplate/search/report_receivables.cgi
@@ -38,7 +38,7 @@ sub balance {
#$opt{'unapplied_date'} = 1;
- FS::cust_main->balance_date_sql( $start, $end, 'unapplied_date'=>1,).
+ FS::cust_main->balance_date_sql( $start, $end, 'unapplied_date'=>1,);
}