[freeside-commits] freeside/FS/FS Schema.pm,1.79,1.80

Ivan,,, ivan at wavetail.420.am
Tue Feb 19 17:21:17 PST 2008


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv20650/FS/FS

Modified Files:
	Schema.pm 
Log Message:
update the tax class editor to enable taxclass adding, RT#2929

Index: Schema.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Schema.pm,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -d -r1.79 -r1.80
--- Schema.pm	14 Feb 2008 03:52:36 -0000	1.79
+++ Schema.pm	20 Feb 2008 01:21:15 -0000	1.80
@@ -943,6 +943,16 @@
       'index' => [ [ 'promo_code' ], [ 'disabled' ], [ 'agentnum' ], ],
     },
 
+    'part_pkg_taxclass' => {
+      'columns' => [
+        'taxclassnum',  'serial', '',       '', '', '',
+        'taxclass',     'varchar', '', $char_d, '', '', 
+      ],
+      'primary_key' => 'taxclassnum',
+      'unique'      => [ [ 'taxclass' ] ],
+      'index'       => [],
+    },
+
 #    'part_title' => {
 #      'columns' => [
 #        'titlenum',   'int',    '',   '',



More information about the freeside-commits mailing list