diff options
author | Ivan Kohler <ivan@freeside.biz> | 2012-08-30 01:09:12 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2012-08-30 01:09:12 -0700 |
commit | b19863929523e3c340f0e98431968e16b7d2270b (patch) | |
tree | a616046992bdc472496dfd5afc0b102b6c95ac5b | |
parent | eeaf714340d952dd557f685aa76cf9a94cdc6b73 (diff) |
commissions per agent and package class, RT#18232
-rw-r--r-- | FS/FS/Mason.pm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/FS/FS/Mason.pm b/FS/FS/Mason.pm index 663a48e72..b3c2d4a5b 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 |