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 a37079f commit 2a23f83Copy full SHA for 2a23f83
test/test_order.py
@@ -674,6 +674,10 @@ def test_so_shipment(self):
674
# Make sure date is not None
675
self.assertIsNotNone(shipment_2.shipment_date)
676
677
+ # SalesOrderAllocations are broken prior to server API version 267
678
+ if self.api.api_version < 267:
679
+ return
680
+
681
# Try to complete this order
682
# Ship remaining shipments first
683
for shp in so.getShipments():
0 commit comments