diff --git a/InvenTree/InvenTree/helpers.py b/InvenTree/InvenTree/helpers.py index a97b32a9ba..42dae832c8 100644 --- a/InvenTree/InvenTree/helpers.py +++ b/InvenTree/InvenTree/helpers.py @@ -415,6 +415,7 @@ def extract_serial_numbers(serials, expected_quantity, next_number: int): - Serial numbers can be supplied as + for getting numbers starting from Args: + serials: input string with patterns expected_quantity: The number of (unique) serial numbers we expect next_number(int): the next possible serial number """