2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-01 03:00:54 +00:00

Validate that the BuildItem quantity is an integer

This commit is contained in:
Oliver Walters
2020-10-20 20:42:29 +11:00
parent fdcef7b699
commit 28460b3023
2 changed files with 9 additions and 9 deletions

View File

@ -157,6 +157,7 @@ class StockItemSerializer(InvenTreeModelSerializer):
'customer',
'build_order',
'in_stock',
'is_building',
'link',
'location',
'location_detail',