2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-05-28 03:49:20 +00:00

Fix docstring

This commit is contained in:
Oliver Walters
2026-05-23 05:51:59 +00:00
parent 7fac3c7f38
commit 4dced4ee0a
+1 -1
View File
@@ -219,7 +219,7 @@ def cancel_build(
Arguments: Arguments:
build_id: The ID of the BuildOrder which has been cancelled build_id: The ID of the BuildOrder which has been cancelled
user_id: The ID of the user who cancelled the BuildOrder 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 remove_incomplete_outputs: If True, delete any incomplete build outputs
""" """