Revision 270c06ad
Von Bernd Bleßmann vor etwa 1 Jahr hinzugefügt
SL/DB/Part.pm | ||
---|---|---|
86 | 86 |
type => 'one to one', |
87 | 87 |
class => 'SL::DB::PartsPriceHistory', |
88 | 88 |
column_map => { id => 'part_id' }, |
89 |
manager_args => { sort_by => 'valid_from DESC', limit => 1 }, |
|
89 |
manager_args => { sort_by => 'valid_from DESC, id DESC', limit => 1 },
|
|
90 | 90 |
}, |
91 | 91 |
purchase_basket_item => { |
92 | 92 |
type => 'one to one', |
Auch abrufbar als: Unified diff
S:D:Part: letztes Preise-Update: neben Datum auch nach Id sortieren, …
… sonst kommt ein evtl. ein falsches (nicht das letzte) letzte Preis-Update
zurück, wenn der Zeitstempel gleich ist.