2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-01 17:41:33 +00:00
This commit is contained in:
Oliver
2021-06-25 00:38:28 +10:00
parent 970a5d5eed
commit c5df91efce

View File

@@ -649,7 +649,6 @@ class PurchaseOrderLineItem(OrderLineItem):
def get_api_url():
return reverse('api-po-line-list')
class Meta:
unique_together = (
('order', 'part')