Revision e1bf173b
Von Sven Schöling vor etwa 13 Jahren hinzugefügt
SL/DB/DeliveryOrderItem.pm | ||
---|---|---|
3 | 3 |
use strict; |
4 | 4 |
|
5 | 5 |
use SL::DB::MetaSetup::DeliveryOrderItem; |
6 |
use SL::DB::Helper::CustomVariables ( |
|
7 |
sub_module => 'orderitems', |
|
8 |
cvars_alias => 1, |
|
9 |
overloads => { |
|
10 |
parts_id => 'SL::DB::Part', |
|
11 |
}, |
|
12 |
); |
|
6 | 13 |
|
7 | 14 |
__PACKAGE__->meta->make_manager_class; |
8 | 15 |
|
Auch abrufbar als: Unified diff
CVars als Object Mixin.
Conflicts: