2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-28 23:51:34 +00:00

Display overdue status in purchase order table

- Allow table to be filtered by "overdue" status
This commit is contained in:
Oliver Walters
2021-01-14 17:37:10 +11:00
parent 4d73aab090
commit a8e6d0a89f
3 changed files with 23 additions and 7 deletions

@@ -86,6 +86,7 @@ class POSerializer(InvenTreeModelSerializer):
'supplier_reference',
'status',
'status_text',
'target_date',
'notes',
]