X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/e48eb4dc7e721dbdf15417167e9320fd12decf69..e73f7350574cb4e46db4a4d6ad5cdaa075806489:/SL/DB/Pricegroup.pm diff --git a/SL/DB/Pricegroup.pm b/SL/DB/Pricegroup.pm index 76c644d88..eee044fec 100644 --- a/SL/DB/Pricegroup.pm +++ b/SL/DB/Pricegroup.pm @@ -5,7 +5,6 @@ use strict; use SL::DB::MetaSetup::Pricegroup; use SL::DB::Manager::Pricegroup; use SL::DB::Helper::ActsAsList; -use SL::DB::Customer; __PACKAGE__->meta->initialize; @@ -17,6 +16,7 @@ sub displayable_name { sub validate { my ($self) = @_; + require SL::DB::Customer; my @errors;