Skip to content

Commit faf0e16

Browse files
Status fix (#237)
* Update unit tests for build order * Add order status update functions * Add "hold" status
1 parent 504fcef commit faf0e16

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

inventree/base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -648,6 +648,7 @@ def _statusupdate(self, status: str, reload=True, data=None, **kwargs):
648648
if status not in [
649649
'complete',
650650
'cancel',
651+
'hold',
651652
'ship',
652653
'issue',
653654
'finish',

0 commit comments

Comments
 (0)