Skip to content

Commit 9eef993

Browse files
Fix URL
1 parent 039f655 commit 9eef993

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
@@ -249,7 +249,7 @@ def allocateItems(self, items=[]):
249249
"""
250250

251251
# Customize URL
252-
url = f'order/so/{self.getOrder().pk}/allocate'
252+
url = f'order/so/{self.getOrder().pk}/allocate/'
253253

254254
# Create data from given inputs
255255
data = {

0 commit comments

Comments
 (0)