2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-06 05:30:56 +00:00

Unit test fixes

This commit is contained in:
Oliver
2022-03-07 15:01:15 +11:00
parent ac512cb8bb
commit 6fcc9ec8f0
2 changed files with 4 additions and 4 deletions

View File

@ -272,7 +272,7 @@ class StockItem(MPTTModel):
serial = str(serial).strip()
serial_int = extract_int(str(serial))
serial_int = extract_int(serial)
self.serial_int = serial_int