2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 13:05:42 +00:00

more docs

This commit is contained in:
Matthias
2021-12-29 15:53:23 +01:00
parent 972f93f6d8
commit 410c190ddf

View File

@ -500,6 +500,7 @@ def extract_serial_numbers(serials, expected_quantity, next_number: int):
errors.append(_("Invalid group: {g}").format(g=group))
continue
# Group is a number
else:
if group in numbers:
errors.append(_("Duplicate serial: {g}".format(g=group)))