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