From 4dced4ee0acc7f2a9fa1dad918aebfd5ba544528 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Sat, 23 May 2026 05:51:59 +0000 Subject: [PATCH] Fix docstring --- src/backend/InvenTree/build/tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 """