]> wagnertech.de Git - mfinanz.git/blobdiff - SL/DB/CustomVariableConfigPartsgroup.pm
Warengruppen-Filter f. CVars bei Waren
[mfinanz.git] / SL / DB / CustomVariableConfigPartsgroup.pm
diff --git a/SL/DB/CustomVariableConfigPartsgroup.pm b/SL/DB/CustomVariableConfigPartsgroup.pm
new file mode 100644 (file)
index 0000000..167d09c
--- /dev/null
@@ -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::CustomVariableConfigPartsgroup;
+
+use strict;
+
+use SL::DB::MetaSetup::CustomVariableConfigPartsgroup;
+use SL::DB::Manager::CustomVariableConfigPartsgroup;
+
+__PACKAGE__->meta->initialize;
+
+1;