[freeside-commits] branch FREESIDE_3_BRANCH updated. 7af50f45c514a0e9ae27c60b7aa6e9b3c8b48557
Mark Wells
mark at 420.am
Sat Nov 16 12:50:11 PST 2013
The branch, FREESIDE_3_BRANCH has been updated
via 7af50f45c514a0e9ae27c60b7aa6e9b3c8b48557 (commit)
from 12078ded9009f44f9ea1d7ac01a38c89c4661ea7 (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 7af50f45c514a0e9ae27c60b7aa6e9b3c8b48557
Author: Mark Wells <mark at freeside.biz>
Date: Sat Nov 16 12:49:53 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