X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/184f472c9cb9fa7808ecb6cf1404f48a1263168a..58190585c35976c33c0594e920251ec8f7e3d40e:/SL/DB/PartsPriceHistory.pm diff --git a/SL/DB/PartsPriceHistory.pm b/SL/DB/PartsPriceHistory.pm new file mode 100644 index 000000000..424b48765 --- /dev/null +++ b/SL/DB/PartsPriceHistory.pm @@ -0,0 +1,13 @@ +# This file has been auto-generated only because it didn't exist. +# Feel free to modify it at will; it will not be overwritten automatically. + +package SL::DB::PartsPriceHistory; + +use strict; + +use SL::DB::MetaSetup::PartsPriceHistory; +use SL::DB::Manager::PartsPriceHistory; + +__PACKAGE__->meta->initialize; + +1;