diff --git a/src/backend/InvenTree/build/tasks.py b/src/backend/InvenTree/build/tasks.py index 162f2fb266..0dcac04bb8 100644 --- a/src/backend/InvenTree/build/tasks.py +++ b/src/backend/InvenTree/build/tasks.py @@ -219,7 +219,7 @@ def cancel_build( Arguments: build_id: The ID of the BuildOrder which has been cancelled user_id: The ID of the user who cancelled the BuildOrder - remove_allocated_stock: If True, deallocate any allocated stock + remove_allocated_stock: If True, consume any allocated stock remove_incomplete_outputs: If True, delete any incomplete build outputs """