[freeside-commits] freeside/FS/FS Schema.pm,1.69,1.70

Ivan,,, ivan at wavetail.420.am
Mon Oct 1 17:31:23 PDT 2007


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail:/tmp/cvs-serv18386

Modified Files:
	Schema.pm 
Log Message:
this flag has nothing to do with recur tax :)

Index: Schema.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Schema.pm,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -d -r1.69 -r1.70
--- Schema.pm	27 Sep 2007 18:24:32 -0000	1.69
+++ Schema.pm	2 Oct 2007 00:31:21 -0000	1.70
@@ -1156,7 +1156,8 @@
         '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'      => [],



More information about the freeside-commits mailing list