summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2007-10-02 00:31:21 +0000
committerivan <ivan>2007-10-02 00:31:21 +0000
commitcd7e426948150000ef864834d82a9ea8217a2801 (patch)
treefd9916be6100be6e5998a894278b4170f3e01896
parent34b6cab32ddf27318b969b2dbe3d694248a96811 (diff)
this flag has nothing to do with recur tax :)
-rw-r--r--FS/FS/Schema.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm
index e147e68..a5954e9 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -1156,7 +1156,8 @@ sub tables_hashref {
'status', 'varchar', '', $char_d, '', '',
'statustext', 'text', 'NULL', '', '', '',
'svcnum', 'int', 'NULL', '', '', '',
- 'secure', 'char', 'NULL', 1, '', '', # Y = recur tax exempt
+ 'secure', 'char', 'NULL', 1, '', '', # Y = needs to be run on machine
+ # w/private key
],
'primary_key' => 'jobnum',
'unique' => [],