From 303157c5868f69d345fb690a72e730aa89f32108 Mon Sep 17 00:00:00 2001 From: eeintech Date: Mon, 17 Aug 2020 14:10:24 -0500 Subject: [PATCH] Added part match auto-selection (if partial_ratio >= 100) to BoM part selection form --- .../part/templates/part/bom_upload/select_parts.html | 5 +++++ InvenTree/part/views.py | 12 +++++++++++- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/InvenTree/part/templates/part/bom_upload/select_parts.html b/InvenTree/part/templates/part/bom_upload/select_parts.html index f5851e5d43..53abea8b69 100644 --- a/InvenTree/part/templates/part/bom_upload/select_parts.html +++ b/InvenTree/part/templates/part/bom_upload/select_parts.html @@ -62,6 +62,11 @@