From d042bebb70062c92d685d9663608beedae915f95 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20B=C3=BCren?= Date: Wed, 2 Mar 2022 09:41:45 +0100 Subject: [PATCH] Vergessene SL::DB::ApGl.pm eingecheckt --- SL/DB/ApGl.pm | 13 +++++++++++++ SL/DB/Helper/ALL.pm | 1 + 2 files changed, 14 insertions(+) create mode 100644 SL/DB/ApGl.pm 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; -- 2.20.1