mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
style fix
This commit is contained in:
parent
71c3ff4b9f
commit
169745c11f
@ -2043,7 +2043,7 @@ class PartPricing(AjaxView):
|
||||
# Stock history
|
||||
if part_settings.part_show_graph and part.total_stock > 1:
|
||||
ret = []
|
||||
stock = part.stock_entries(include_variants=False, in_stock=True) #.order_by('purchase_order__date')
|
||||
stock = part.stock_entries(include_variants=False, in_stock=True) # .order_by('purchase_order__date')
|
||||
stock = stock.prefetch_related('purchase_order', 'supplier_part')
|
||||
|
||||
for stock_item in stock:
|
||||
|
Loading…
Reference in New Issue
Block a user