2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 21:15:41 +00:00

Dynamic control of information to make cleaner supplier and manufacturer tables

This commit is contained in:
eeintech
2021-04-07 09:54:20 -04:00
parent 734985faa9
commit b2264940a3
4 changed files with 12 additions and 6 deletions

View File

@ -77,9 +77,9 @@ loadSupplierPartTable(
params: {
part: {{ part.part.id }},
manufacturer_part: {{ part.id }},
part_detail: true,
part_detail: false,
supplier_detail: true,
manufacturer_detail: true,
manufacturer_detail: false,
},
}
);