2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-12-14 16:29:57 +00:00

Refactor model renderer functions

This commit is contained in:
Oliver Walters
2022-04-05 00:27:37 +10:00
parent 15253435af
commit 58003bc2cb
3 changed files with 32 additions and 30 deletions

View File

@@ -1746,7 +1746,7 @@ function allocateStockToBuild(build_id, part_id, bom_items, options={}) {
required: true,
render_part_detail: true,
render_location_detail: true,
render_stock_id: false,
render_pk: false,
auto_fill: true,
auto_fill_filters: auto_fill_filters,
onSelect: function(data, field, opts) {