diff options
-rw-r--r-- | FS/FS/Mason.pm | 2 | ||||
-rw-r--r-- | httemplate/edit/pkg_category.html | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/FS/FS/Mason.pm b/FS/FS/Mason.pm index caa2e6046..0f162e0b1 100644 --- a/FS/FS/Mason.pm +++ b/FS/FS/Mason.pm @@ -375,6 +375,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', }, |