Spalte taxnumber aus Tabelle tax entfernt
[kivitendo-erp.git] / SL / DB / MetaSetup / Tax.pm
index f4a2e2d..55aba86 100644 (file)
@@ -19,7 +19,6 @@ __PACKAGE__->meta->columns(
   skonto_sales_chart_id    => { type => 'integer' },
   taxdescription           => { type => 'text', not_null => 1 },
   taxkey                   => { type => 'integer', not_null => 1 },
-  taxnumber                => { type => 'text' },
 );
 
 __PACKAGE__->meta->primary_key_columns([ 'id' ]);