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:
7016749
)
RDBO-Model von delivery_terms: meta_initialize muss aufgerufen werden
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 10 Dec 2013 15:23:42 +0000
(16:23 +0100)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 10 Dec 2013 15:24:11 +0000
(16:24 +0100)
SL/DB/DeliveryTerm.pm
patch
|
blob
|
history
diff --git
a/SL/DB/DeliveryTerm.pm
b/SL/DB/DeliveryTerm.pm
index
68c5d92
..
a6ee350
100644
(file)
--- a/
SL/DB/DeliveryTerm.pm
+++ b/
SL/DB/DeliveryTerm.pm
@@
-1,6
+1,3
@@
-# 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::DeliveryTerm;
use strict;
@@
-10,6
+7,7
@@
use SL::DB::Manager::DeliveryTerm;
use SL::DB::Helper::ActsAsList;
use SL::DB::Helper::TranslatedAttributes;
+__PACKAGE__->meta->initialize;
sub validate {
my ($self) = @_;