Fix filters for ManufacturerPart and SupplierPart table views

This commit is contained in:
Oliver 2021-07-05 17:15:24 +10:00
parent f790d6a6a5
commit f72762ceb7
2 changed files with 2 additions and 2 deletions

View File

@ -85,7 +85,7 @@
params: {
part_detail: true,
manufacturer_detail: true,
company: {{ company.id }},
manufacturer: {{ company.id }},
},
}
);

View File

@ -84,7 +84,7 @@
part_detail: true,
supplier_detail: true,
manufacturer_detail: true,
company: {{ company.id }},
supplier: {{ company.id }},
},
}
);