mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-30 20:46:47 +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…
x
Reference in New Issue
Block a user