2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-20 22:06:28 +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

@ -81,7 +81,7 @@
{
params: {
part: {{ part.id }},
part_detail: true,
part_detail: false,
manufacturer_detail: true,
},
}

View File

@ -85,7 +85,7 @@
{
params: {
part: {{ part.id }},
part_detail: true,
part_detail: false,
supplier_detail: true,
manufacturer_detail: true,
},