[freeside-commits] branch master updated. e190069ac7b7d442c4b0502f26c178929b794ec6

Ivan ivan at 420.am
Wed Apr 9 19:57:09 PDT 2014


The branch, master has been updated
       via  e190069ac7b7d442c4b0502f26c178929b794ec6 (commit)
      from  f926513f6aa8cc228f62f8b1f582bb823c021cdc (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 e190069ac7b7d442c4b0502f26c178929b794ec6
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed Apr 9 19:57:08 2014 -0700

    installers, RT#16584

diff --git a/FS/FS/Mason.pm b/FS/FS/Mason.pm
index caa2e60..0f162e0 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 0034dd8..3a1bb26 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',
                           },

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/Mason.pm                    |    2 ++
 httemplate/edit/pkg_category.html |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)




More information about the freeside-commits mailing list