[freeside-commits] branch master updated. b19863929523e3c340f0e98431968e16b7d2270b
Ivan
ivan at 420.am
Thu Aug 30 01:09:13 PDT 2012
The branch, master has been updated
via b19863929523e3c340f0e98431968e16b7d2270b (commit)
from eeaf714340d952dd557f685aa76cf9a94cdc6b73 (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 b19863929523e3c340f0e98431968e16b7d2270b
Author: Ivan Kohler <ivan at freeside.biz>
Date: Thu Aug 30 01:09:12 2012 -0700
commissions per agent and package class, RT#18232
diff --git a/FS/FS/Mason.pm b/FS/FS/Mason.pm
index 663a48e..b3c2d4a 100644
--- a/FS/FS/Mason.pm
+++ b/FS/FS/Mason.pm
@@ -91,6 +91,7 @@ if ( -e $addl_handler_use_file ) {
use Text::CSV_XS;
use Spreadsheet::WriteExcel;
use Spreadsheet::WriteExcel::Utility;
+ use OLE::Storage_Lite;
use Excel::Writer::XLSX;
use Excel::Writer::XLSX::Utility;
@@ -323,6 +324,7 @@ if ( -e $addl_handler_use_file ) {
use FS::cust_bill_pkg_tax_rate_location_void;
use FS::cust_tax_exempt_pkg_void;
use FS::cust_bill_pkg_discount_void;
+ use FS::agent_pkg_class;
# Sammath Naur
if ( $FS::Mason::addl_handler_use ) {
@@ -366,7 +368,7 @@ if ( -e $addl_handler_use_file ) {
use RT::Interface::Web::Request;
- #nother undeclared web UI dep (for ticket links graph)
+ #another undeclared web UI dep (for ticket links graph)
use IPC::Run::SafeHandles;
#slow, unreliable, segfaults and is optional
-----------------------------------------------------------------------
Summary of changes:
FS/FS/Mason.pm | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
More information about the freeside-commits
mailing list