2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-16 12:05:53 +00:00

Auto-update the expiry date in the StockItem form when switching Part selection

This commit is contained in:
Oliver Walters
2021-01-05 00:37:42 +11:00
parent 9dc9c0fcb7
commit 9a30108b75
3 changed files with 22 additions and 5 deletions

View File

@ -289,6 +289,7 @@ class PartSerializer(InvenTreeModelSerializer):
'component',
'description',
'default_location',
'default_expiry',
'full_name',
'image',
'in_stock',