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

Add stocktake_date field to stock API, and to stock table

This commit is contained in:
Oliver Walters
2021-01-14 11:29:35 +11:00
parent 1316e6bf5b
commit df327d4e64
3 changed files with 7 additions and 2 deletions

View File

@ -208,6 +208,7 @@ class StockItemSerializer(InvenTreeModelSerializer):
'stale',
'status',
'status_text',
'stocktake_date',
'supplier_part',
'supplier_part_detail',
'tracking_items',