We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd21195 commit fe7f505Copy full SHA for fe7f505
inventree/sales_order.py
@@ -205,7 +205,7 @@ def getOrder(self):
205
206
def getShipment(self):
207
"""Return the SalesOrderShipment to which this SalesOrderAllocation belongs."""
208
- # from sales_order import SalesOrderShipment
+ from sales_order import SalesOrderShipment
209
return SalesOrderShipment(self._api, self.shipment)
210
211
def getLineItem(self):
0 commit comments