From d07d815cb2b794e998f49d5046bb7a84617bbc9c Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Wed, 19 Jun 2019 19:07:18 +1000 Subject: [PATCH] Buttons for BOM editing table --- InvenTree/static/script/inventree/bom.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/InvenTree/static/script/inventree/bom.js b/InvenTree/static/script/inventree/bom.js index 77dfbe740e..ac08237dea 100644 --- a/InvenTree/static/script/inventree/bom.js +++ b/InvenTree/static/script/inventree/bom.js @@ -189,8 +189,8 @@ function loadBomTable(table, options) { if (options.editable) { cols.push({ formatter: function(value, row, index, field) { - var bEdit = ""; - var bDelt = ""; + var bEdit = ""; + var bDelt = ""; return "
" + bEdit + bDelt + "
"; }