Artikelpreishistorie automatisch über Trigger speichern
[kivitendo-erp.git] / SL / DB / Manager / PartsPriceHistory.pm
diff --git a/SL/DB/Manager/PartsPriceHistory.pm b/SL/DB/Manager/PartsPriceHistory.pm
new file mode 100644 (file)
index 0000000..34cd4dc
--- /dev/null
@@ -0,0 +1,11 @@
+package SL::DB::Manager::PartsPriceHistory;
+
+use strict;
+
+use parent qw(SL::DB::Helper::Manager);
+
+sub object_class { 'SL::DB::PartsPriceHistory' }
+
+__PACKAGE__->make_manager_methods;
+
+1;