PriceRule: filter reset sollte auch dropdowns resetten
[kivitendo-erp.git] / SL / DB / MetaSetup / TaxzoneChart.pm
index f0cd6dc..3bcdbce 100644 (file)
@@ -36,9 +36,12 @@ __PACKAGE__->meta->foreign_keys(
     class       => 'SL::DB::Chart',
     key_columns => { income_accno_id => 'id' },
   },
-);
 
-# __PACKAGE__->meta->initialize;
+  taxzone => {
+    class       => 'SL::DB::TaxZone',
+    key_columns => { taxzone_id => 'id' },
+  },
+);
 
 1;
 ;