From cfbfc6e258dcc8093e0a89e378d027e9268e9f14 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Fri, 28 Jun 2019 20:41:45 +1000 Subject: [PATCH] Delete columns in-place using javascript --- .../part/bom_upload/select_fields.html | 19 +++++++++++-------- InvenTree/part/views.py | 3 --- InvenTree/static/script/inventree/bom.js | 19 +++++++++++++++++++ 3 files changed, 30 insertions(+), 11 deletions(-) diff --git a/InvenTree/part/templates/part/bom_upload/select_fields.html b/InvenTree/part/templates/part/bom_upload/select_fields.html index e74c49691a..1175ed353b 100644 --- a/InvenTree/part/templates/part/bom_upload/select_fields.html +++ b/InvenTree/part/templates/part/bom_upload/select_fields.html @@ -7,7 +7,8 @@ {% if missing and missing|length > 0 %}