[freeside-commits] branch FREESIDE_3_BRANCH updated. 73ccb0193ca15a386572a29110c5038aaa83cf83
Ivan
ivan at 420.am
Wed Apr 9 19:57:10 PDT 2014
The branch, FREESIDE_3_BRANCH has been updated
via 73ccb0193ca15a386572a29110c5038aaa83cf83 (commit)
from 65895c96ea6db776d88cfea784cd1f3d90645e72 (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 73ccb0193ca15a386572a29110c5038aaa83cf83
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Apr 9 19:57:09 2014 -0700
installers, RT#16584
diff --git a/FS/FS/Mason.pm b/FS/FS/Mason.pm
index e4e4117..2e1a2d1 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 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