mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-29 12:06:44 +00:00
Fix for "next avilable serial number" string
This commit is contained in:
parent
7f3018ebf8
commit
f12f8156bd
@ -434,7 +434,7 @@ class Part(MPTTModel):
|
|||||||
|
|
||||||
return _('Next available serial numbers are') + ' ' + text
|
return _('Next available serial numbers are') + ' ' + text
|
||||||
else:
|
else:
|
||||||
text = str(latest)
|
text = str(latest + 1)
|
||||||
|
|
||||||
return _('Next available serial number is') + ' ' + text
|
return _('Next available serial number is') + ' ' + text
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user