Revision e3c9b0f4
Von Kivitendo Admin vor mehr als 9 Jahren hinzugefügt
SL/PriceSource/Pricegroup.pm | ||
---|---|---|
23 | 23 |
my $prices = SL::DB::Manager::Price->get_all( |
24 | 24 |
query => [ parts_id => $item->parts_id, price => { gt => 0 } ], |
25 | 25 |
with_objects => 'pricegroup', |
26 |
order_by => 'pricegroun.id',
|
|
26 |
order_by => 'pricegroup.id',
|
|
27 | 27 |
); |
28 | 28 |
|
29 | 29 |
return () unless @$prices; |
Auch abrufbar als: Unified diff
Typo in Pricegroup order_by