2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-10-31 13:15:43 +00:00

update API endpoint

This commit is contained in:
Matthias
2022-03-14 23:24:37 +01:00
parent 752b70c1f7
commit ef8c656b4f
2 changed files with 5 additions and 1 deletions

View File

@@ -278,4 +278,5 @@ class SupplierPriceBreakSerializer(InvenTreeModelSerializer):
'quantity',
'price',
'price_currency',
'updated',
]