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:
c616c90
)
Warehouse hat keine explizite Managerclass mehr.
author
Sven Schöling
<s.schoeling@linet-services.de>
Thu, 2 Sep 2010 13:03:47 +0000
(15:03 +0200)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Wed, 8 Sep 2010 14:03:59 +0000
(16:03 +0200)
SL/DB/Warehouse.pm
patch
|
blob
|
history
diff --git
a/SL/DB/Warehouse.pm
b/SL/DB/Warehouse.pm
index
b8ddf71
..
938c31e
100644
(file)
--- a/
SL/DB/Warehouse.pm
+++ b/
SL/DB/Warehouse.pm
@@
-6,7
+6,8
@@
package SL::DB::Warehouse;
use strict;
use SL::DB::MetaSetup::Warehouse;
-use SL::DB::Manager::Warehouse;
+
+__PACKAGE__->meta->make_manager_class;
__PACKAGE__->meta->add_relationship(
bins => {