Revision 14d07f37
Von Moritz Bunkus vor etwa 14 Jahren hinzugefügt
SL/DB/InvoiceItem.pm | ||
---|---|---|
class => 'SL::DB::PriceFactor',
|
||
column_map => { price_factor_id => 'id' },
|
||
},
|
||
unit_obj => {
|
||
type => 'one to one',
|
||
class => 'SL::DB::Unit',
|
||
column_map => { unit => 'name' },
|
||
},
|
||
);
|
||
|
||
# Creates get_all, get_all_count, get_all_iterator, delete_all and update_all.
|
SL/DB/OrderItem.pm | ||
---|---|---|
class => 'SL::DB::PriceFactor',
|
||
column_map => { price_factor_id => 'id' },
|
||
},
|
||
unit_obj => {
|
||
type => 'one to one',
|
||
class => 'SL::DB::Unit',
|
||
column_map => { unit => 'name' },
|
||
},
|
||
);
|
||
|
||
# Creates get_all, get_all_count, get_all_iterator, delete_all and update_all.
|
Auch abrufbar als: Unified diff
Verknüpfungen zum Unit-Model