2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-30 04:26:44 +00:00

Auto-complete 'manufacturer-part' field for supplier-part form

This commit is contained in:
Oliver 2021-11-24 12:46:49 +11:00
parent a5237fbde6
commit 201911be05

View File

@ -124,6 +124,7 @@ function supplierPartFields() {
part_detail: true, part_detail: true,
manufacturer_detail: true, manufacturer_detail: true,
}, },
auto_fill: true,
}, },
description: {}, description: {},
link: { link: {