[freeside-commits] freeside/FS/FS AccessRight.pm, 1.18,
1.19 Schema.pm, 1.47, 1.48
Jeff Finucane,420,,
jeff at wavetail.420.am
Sat Mar 31 19:45:30 PDT 2007
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail:/tmp/cvs-serv9667/FS/FS
Modified Files:
AccessRight.pm Schema.pm
Log Message:
quick hack to add extra 'config lines' to svc_www and otherwise enhance svc_www
Index: Schema.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Schema.pm,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- Schema.pm 15 Mar 2007 20:07:31 -0000 1.47
+++ Schema.pm 1 Apr 2007 02:45:28 -0000 1.48
@@ -940,6 +940,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.19
diff -u -d -r1.18 -r1.19
--- AccessRight.pm 5 Feb 2007 12:51:05 -0000 1.18
+++ AccessRight.pm 1 Apr 2007 02:45:28 -0000 1.19
@@ -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