Skip to content

Commit

Permalink
Status fix (#237)
Browse files Browse the repository at this point in the history
* Update unit tests for build order

* Add order status update functions

* Add "hold" status
  • Loading branch information
SchrodingersGat authored Aug 7, 2024
1 parent 504fcef commit faf0e16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inventree/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -648,6 +648,7 @@ def _statusupdate(self, status: str, reload=True, data=None, **kwargs):
if status not in [
'complete',
'cancel',
'hold',
'ship',
'issue',
'finish',
Expand Down

0 comments on commit faf0e16

Please sign in to comment.