Merge pull request #1759 from SchrodingersGat/manufacturer-part-table-fix

Fix filters for ManufacturerPart and SupplierPart table views
This commit is contained in:
Oliver 2021-07-05 17:54:41 +10:00 committed by GitHub
commit 1d0dd04ca4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

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