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