Revision dbdaaafb
Von Moritz Bunkus vor fast 14 Jahren hinzugefügt
SL/DB/InvoiceItem.pm | ||
---|---|---|
9 | 9 |
type => 'one to one', |
10 | 10 |
class => 'SL::DB::Part', |
11 | 11 |
column_map => { parts_id => 'id' }, |
12 |
} |
|
12 |
}, |
|
13 |
price_factor_obj => { |
|
14 |
type => 'one to one', |
|
15 |
class => 'SL::DB::PriceFactor', |
|
16 |
column_map => { price_factor_id => 'id' }, |
|
17 |
}, |
|
13 | 18 |
); |
14 | 19 |
|
15 | 20 |
# Creates get_all, get_all_count, get_all_iterator, delete_all and update_all. |
SL/DB/OrderItem.pm | ||
---|---|---|
9 | 9 |
type => 'one to one', |
10 | 10 |
class => 'SL::DB::Part', |
11 | 11 |
column_map => { parts_id => 'id' }, |
12 |
} |
|
12 |
}, |
|
13 |
price_factor_obj => { |
|
14 |
type => 'one to one', |
|
15 |
class => 'SL::DB::PriceFactor', |
|
16 |
column_map => { price_factor_id => 'id' }, |
|
17 |
}, |
|
13 | 18 |
); |
14 | 19 |
|
15 | 20 |
# Creates get_all, get_all_count, get_all_iterator, delete_all and update_all. |
Auch abrufbar als: Unified diff
Verknüpfungen zum Preisfaktor-Objekt