mirror of
https://github.com/inventree/InvenTree.git
synced 2026-05-28 03:49:20 +00:00
Fix docstring
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user