From: Jan Büren Date: Wed, 2 Mar 2022 08:41:45 +0000 (+0100) Subject: Vergessene SL::DB::ApGl.pm eingecheckt X-Git-Tag: kivitendo-mebil_0.1-0~10^2~2^2~155 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=d042bebb70062c92d685d9663608beedae915f95;p=kivitendo-erp.git Vergessene SL::DB::ApGl.pm eingecheckt --- diff --git a/SL/DB/ApGl.pm b/SL/DB/ApGl.pm new file mode 100644 index 000000000..77368a34a --- /dev/null +++ b/SL/DB/ApGl.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::ApGl; + +use strict; + +use SL::DB::MetaSetup::ApGl; +use SL::DB::Manager::ApGl; + +__PACKAGE__->meta->initialize; + +1; diff --git a/SL/DB/Helper/ALL.pm b/SL/DB/Helper/ALL.pm index bb0c3b42e..633373b73 100644 --- a/SL/DB/Helper/ALL.pm +++ b/SL/DB/Helper/ALL.pm @@ -4,6 +4,7 @@ use strict; use SL::DB::AccTransaction; use SL::DB::AdditionalBillingAddress; +use SL::DB::ApGl; use SL::DB::Assembly; use SL::DB::AssortmentItem; use SL::DB::AuthClient;