Revision aef6b5ce
Von Moritz Bunkus vor fast 11 Jahren hinzugefügt
SL/DB/DeliveryTerm.pm | ||
---|---|---|
1 |
# This file has been auto-generated only because it didn't exist. |
|
2 |
# Feel free to modify it at will; it will not be overwritten automatically. |
|
3 |
|
|
4 | 1 |
package SL::DB::DeliveryTerm; |
5 | 2 |
|
6 | 3 |
use strict; |
... | ... | |
10 | 7 |
use SL::DB::Helper::ActsAsList; |
11 | 8 |
use SL::DB::Helper::TranslatedAttributes; |
12 | 9 |
|
10 |
__PACKAGE__->meta->initialize; |
|
13 | 11 |
|
14 | 12 |
sub validate { |
15 | 13 |
my ($self) = @_; |
Auch abrufbar als: Unified diff
RDBO-Model von delivery_terms: meta_initialize muss aufgerufen werden