projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
009c62d
)
SL/DB/Pricegroup: circular includes vermeiden
author
Sven Schöling
<s.schoeling@linet-services.de>
Fri, 28 Oct 2016 15:38:48 +0000
(17:38 +0200)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Fri, 28 Oct 2016 15:38:48 +0000
(17:38 +0200)
SL/DB/Pricegroup.pm
patch
|
blob
|
history
diff --git
a/SL/DB/Pricegroup.pm
b/SL/DB/Pricegroup.pm
index
76c644d
..
eee044f
100644
(file)
--- 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;