[freeside-commits] freeside/FS/FS Schema.pm,1.44.2.21,1.44.2.22

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


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

Modified Files:
      Tag: FREESIDE_1_7_BRANCH
	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.44.2.21
retrieving revision 1.44.2.22
diff -u -d -r1.44.2.21 -r1.44.2.22
--- Schema.pm	14 Feb 2008 03:54:12 -0000	1.44.2.21
+++ Schema.pm	20 Feb 2008 01:21:17 -0000	1.44.2.22
@@ -860,6 +860,16 @@
       'index' => [ [ 'promo_code' ], [ 'disabled' ] ],
     },
 
+    '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