Revision 93ae5d0f
Von Tamino Steinert vor 9 Monaten hinzugefügt
SL/DB/OrderItem.pm | ||
---|---|---|
use SL::Helper::ShippedQty;
|
||
use Rose::DB::Object::Helpers qw(as_tree strip);
|
||
|
||
__PACKAGE__->meta->add_relationship(
|
||
periodic_invoice_items_config => {
|
||
type => 'one to one',
|
||
class => 'SL::DB::PeriodicInvoiceItemsConfig',
|
||
column_map => { id => 'order_item_id' },
|
||
},
|
||
);
|
||
|
||
__PACKAGE__->meta->initialize;
|
||
|
||
__PACKAGE__->configure_acts_as_list(group_by => [qw(trans_id)]);
|
Auch abrufbar als: Unified diff
S:D:PeriodicInvoiceItemsConfig: Bisherige Verwendung umstellen