Skip to content

Commit

Permalink
[IMP] rma: mark RMA location as return location
Browse files Browse the repository at this point in the history
  • Loading branch information
JordiMForgeFlow authored and AaronHForgeFlow committed Nov 20, 2023
1 parent ecac0a9 commit 2f76541
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rma/models/stock_warehouse.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ def write(self, vals):
"usage": "internal",
"location_id": wh.view_location_id.id,
"company_id": wh.company_id.id,
"return_location": True,
}
)
# RMA types
Expand Down

0 comments on commit 2f76541

Please sign in to comment.