mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-30 20:46:47 +00:00
Fix filters for ManufacturerPart and SupplierPart table views
This commit is contained in:
parent
f790d6a6a5
commit
f72762ceb7
@ -85,7 +85,7 @@
|
||||
params: {
|
||||
part_detail: true,
|
||||
manufacturer_detail: true,
|
||||
company: {{ company.id }},
|
||||
manufacturer: {{ company.id }},
|
||||
},
|
||||
}
|
||||
);
|
||||
|
@ -84,7 +84,7 @@
|
||||
part_detail: true,
|
||||
supplier_detail: true,
|
||||
manufacturer_detail: true,
|
||||
company: {{ company.id }},
|
||||
supplier: {{ company.id }},
|
||||
},
|
||||
}
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user