Inventur: Eingabemaske und Journal im Inventory-Controller
[kivitendo-erp.git] / SL / DB / Stocktaking.pm
index ee7926b..4ecd476 100644 (file)
@@ -10,4 +10,9 @@ use SL::DB::Manager::Stocktaking;
 
 __PACKAGE__->meta->initialize;
 
+# part accessor is badly named
+sub part {
+  goto &parts;
+}
+
 1;