summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorjeff <jeff>2007-04-01 02:45:28 +0000
committerjeff <jeff>2007-04-01 02:45:28 +0000
commit8a507f43bfa5c5232b5babfbbf82ac5de5702add (patch)
treedd11d74323ec8c510ce21ea4a477bdd15fc9f628 /FS
parentb4060ee8879f433c3cdd4a2b6bef55f136863a5f (diff)
quick hack to add extra 'config lines' to svc_www and otherwise enhance svc_www
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/AccessRight.pm1
-rw-r--r--FS/FS/Schema.pm1
2 files changed, 2 insertions, 0 deletions
diff --git a/FS/FS/AccessRight.pm b/FS/FS/AccessRight.pm
index 5194bd4d9..f67614aac 100644
--- a/FS/FS/AccessRight.pm
+++ b/FS/FS/AccessRight.pm
@@ -116,6 +116,7 @@ assigned to users and/or groups.
# customer service rights
###
'Edit usage', #NEW
+ 'Edit www config', #NEW
'View customer services', #NEW
'Provision customer service',
'Recharge customer service', #NEW
diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm
index 84078fad8..e0fef9126 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -940,6 +940,7 @@ sub tables_hashref {
'svcnum', 'int', '', '', '', '',
'recnum', 'int', '', '', '', '',
'usersvc', 'int', '', '', '', '',
+ 'config', 'text', 'NULL', '', '', '',
],
'primary_key' => 'svcnum',
'unique' => [],