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…
Reference in New Issue