Revision f19ee430
Von Tamino Steinert vor mehr als 1 Jahr hinzugefügt
SL/DB/Part.pm | ||
---|---|---|
column_map => { id => 'part_id' },
|
||
manager_args => { sort_by => 'valid_from DESC', limit => 1 },
|
||
},
|
||
purchase_basket_item => {
|
||
type => 'one to one',
|
||
class => 'SL::DB::PurchaseBasketItem',
|
||
column_map => { id => 'part_id' },
|
||
},
|
||
);
|
||
|
||
__PACKAGE__->meta->initialize;
|
Auch abrufbar als: Unified diff
DispositionManager: Zeige keine Lieferanten-Artikel die im Warenkorb sind