2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-17 20:45:44 +00:00

Fix rendering of PurchaseOrder table

This commit is contained in:
Oliver Walters
2020-04-20 09:48:33 +10:00
parent 99fcbcc646
commit 746e9ab983
2 changed files with 14 additions and 9 deletions

View File

@ -48,6 +48,9 @@ class POSerializer(InvenTreeModelSerializer):
fields = [
'pk',
'issue_date',
'complete_date',
'creation_date',
'description',
'line_items',
'link',