From: Ivan Kohler Date: Thu, 10 Apr 2014 02:57:09 +0000 (-0700) Subject: installers, RT#16584 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=73ccb0193ca15a386572a29110c5038aaa83cf83 installers, RT#16584 --- diff --git a/FS/FS/Mason.pm b/FS/FS/Mason.pm index e4e41173e..2e1a2d12d 100644 --- a/FS/FS/Mason.pm +++ b/FS/FS/Mason.pm @@ -357,6 +357,8 @@ if ( -e $addl_handler_use_file ) { use FS::cust_bill_pkg_fee; use FS::part_fee_msgcat; use FS::part_fee_usage; + use FS::sched_item; + use FS::sched_avail; # Sammath Naur if ( $FS::Mason::addl_handler_use ) { diff --git a/httemplate/edit/pkg_category.html b/httemplate/edit/pkg_category.html index 0034dd894..3a1bb2681 100644 --- a/httemplate/edit/pkg_category.html +++ b/httemplate/edit/pkg_category.html @@ -15,7 +15,7 @@ 'categorynum' => 'Category number', 'categoryname' => 'Category name', 'weight' => 'Weight', - 'ticketing_queueid' => 'Ticketing queue', + 'ticketing_queueid' => 'Appointment ticketing queue', 'condense' => 'Collapse identical items to one', 'disabled' => 'Disable category', },