diff options
author | ivan <ivan> | 2009-07-09 20:18:17 +0000 |
---|---|---|
committer | ivan <ivan> | 2009-07-09 20:18:17 +0000 |
commit | 9e785148c48b0afc21343eb207489f10589710db (patch) | |
tree | cd6c1912fe190df4b90fcd4429f3e7e92d421ea9 | |
parent | 0380dc395f5aade2841360f261cdf90344e006e3 (diff) |
oops
-rwxr-xr-x | httemplate/search/report_receivables.cgi | 2 |
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,); } |