[freeside-commits] freeside/FS/FS AccessRight.pm, 1.18, 1.18.2.1 Schema.pm, 1.44.2.3, 1.44.2.4
Jeff Finucane,420,,
jeff at wavetail.420.am
Mon Apr 23 07:34:12 PDT 2007
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail:/tmp/cvs-serv22457/FS/FS
Modified Files:
Tag: FREESIDE_1_7_BRANCH
AccessRight.pm Schema.pm
Log Message:
quick hack to add extra 'config lines' to svc_www and otherwise enhance svc_www (backport)
Index: Schema.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Schema.pm,v
retrieving revision 1.44.2.3
retrieving revision 1.44.2.4
diff -u -d -r1.44.2.3 -r1.44.2.4
--- Schema.pm 11 Apr 2007 04:29:48 -0000 1.44.2.3
+++ Schema.pm 23 Apr 2007 14:34:09 -0000 1.44.2.4
@@ -942,6 +942,7 @@
'svcnum', 'int', '', '', '', '',
'recnum', 'int', '', '', '', '',
'usersvc', 'int', '', '', '', '',
+ 'config', 'text', 'NULL', '', '', '',
],
'primary_key' => 'svcnum',
'unique' => [],
Index: AccessRight.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/AccessRight.pm,v
retrieving revision 1.18
retrieving revision 1.18.2.1
diff -u -d -r1.18 -r1.18.2.1
--- AccessRight.pm 5 Feb 2007 12:51:05 -0000 1.18
+++ AccessRight.pm 23 Apr 2007 14:34:09 -0000 1.18.2.1
@@ -116,6 +116,7 @@
# customer service rights
###
'Edit usage', #NEW
+ 'Edit www config', #NEW
'View customer services', #NEW
'Provision customer service',
'Recharge customer service', #NEW
More information about the freeside-commits
mailing list