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