Skip to content

Commit fe7f505

Browse files
committed
Revert unintended change
1 parent cd21195 commit fe7f505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inventree/sales_order.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ def getOrder(self):
205205

206206
def getShipment(self):
207207
"""Return the SalesOrderShipment to which this SalesOrderAllocation belongs."""
208-
# from sales_order import SalesOrderShipment
208+
from sales_order import SalesOrderShipment
209209
return SalesOrderShipment(self._api, self.shipment)
210210

211211
def getLineItem(self):

0 commit comments

Comments
 (0)