[freeside-commits] branch master updated. cf5608f9ce868ccb91244f6cab58022869fc7c17
Mark Wells
mark at 420.am
Sat Nov 16 12:50:11 PST 2013
The branch, master has been updated
via cf5608f9ce868ccb91244f6cab58022869fc7c17 (commit)
from 332028ae28351dee74715c651fd73948df0ded69 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit cf5608f9ce868ccb91244f6cab58022869fc7c17
Author: Mark Wells <mark at freeside.biz>
Date: Sat Nov 16 12:50:07 2013 -0800
fix graph reports when no cust_classnum is provided, #26028, from #24776
diff --git a/FS/FS/Report/Table.pm b/FS/FS/Report/Table.pm
index 1d60b64..da49161 100644
--- a/FS/FS/Report/Table.pm
+++ b/FS/FS/Report/Table.pm
@@ -757,7 +757,7 @@ sub with_cust_classnum {
return 'cust_main.classnum in('. join(',',@$classnums) .')'
if @$classnums;
}
- '';
+ ();
}
-----------------------------------------------------------------------
Summary of changes:
FS/FS/Report/Table.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
More information about the freeside-commits
mailing list