this flag has nothing to do with recur tax :)
authorivan <ivan>
Tue, 2 Oct 2007 00:31:21 +0000 (00:31 +0000)
committerivan <ivan>
Tue, 2 Oct 2007 00:31:21 +0000 (00:31 +0000)
FS/FS/Schema.pm

index e147e68..a5954e9 100644 (file)
@@ -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'      => [],