X-Git-Url: http://wagnertech.de/git?p=kivitendo-erp.git;a=blobdiff_plain;f=SL%2FDB%2FPartCustomerPrice.pm;fp=SL%2FDB%2FPartCustomerPrice.pm;h=f3fcde4300aad3d6666e6928863f373f4bb06433;hp=0000000000000000000000000000000000000000;hb=53593baa211863fbf66540cf1bcc36c8fb37257f;hpb=deb4d2dbb676d7d6f69dfe7815d6e0cb09bd4a44 diff --git a/SL/DB/PartCustomerPrice.pm b/SL/DB/PartCustomerPrice.pm new file mode 100644 index 000000000..f3fcde430 --- /dev/null +++ b/SL/DB/PartCustomerPrice.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::PartCustomerPrice; + +use strict; + +use SL::DB::MetaSetup::PartCustomerPrice; +use SL::DB::Manager::PartCustomerPrice; + +__PACKAGE__->meta->initialize; + +1;