X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FMason.pm;h=ed99bf694204b0c68e2cb769201f0f9da5fac00b;hb=e1b1693a656964c6db0b8a3fb85494014434dcb1;hp=5e77b9893493ac3d6372394bed5dbf59b7a4ebbd;hpb=70569273833d91085c6c562865a78a08ddde49a1;p=freeside.git diff --git a/FS/FS/Mason.pm b/FS/FS/Mason.pm index 5e77b9893..ed99bf694 100644 --- a/FS/FS/Mason.pm +++ b/FS/FS/Mason.pm @@ -185,6 +185,18 @@ Initializes the Mason environment, loads all Freeside and RT libraries, etc. use FS::part_pkg_taxoverride; use FS::part_pkg_taxrate; use FS::tax_rate; + use FS::part_pkg_report_option; + use FS::h_cust_pkg; + use FS::h_svc_acct; + use FS::h_svc_broadband; + use FS::h_svc_domain; + #use FS::h_domain_record; + use FS::h_svc_external; + use FS::h_svc_forward; + use FS::h_svc_phone; + #use FS::h_phone_device; + use FS::h_svc_www; + # Sammath Naur if ( %%%RT_ENABLED%%% ) { eval ' @@ -221,7 +233,7 @@ Initializes the Mason environment, loads all Freeside and RT libraries, etc. #slow, unreliable, segfaults and is optional #see rt/html/Ticket/Elements/ShowTransactionAttachments - #use Text::Quoted; + use Text::Quoted; #?#use File::Path qw( rmtree ); #?#use File::Glob qw( bsd_glob );