mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-14 02:55:41 +00:00
@ -342,8 +342,9 @@ class LineItemPricing(PartPricing):
|
||||
else:
|
||||
return None
|
||||
|
||||
if id:
|
||||
if part and id:
|
||||
return part.id
|
||||
|
||||
return part
|
||||
|
||||
def get_so(self, pk=False):
|
||||
|
Reference in New Issue
Block a user