From b377efbbec65f722b318351ba38216aad20f7f51 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Fri, 10 May 2019 08:36:08 +1000 Subject: [PATCH] Replaced button text with icons --- InvenTree/static/script/inventree/build.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/InvenTree/static/script/inventree/build.js b/InvenTree/static/script/inventree/build.js index 826e2b1661..b92b033049 100644 --- a/InvenTree/static/script/inventree/build.js +++ b/InvenTree/static/script/inventree/build.js @@ -40,8 +40,8 @@ function loadAllocationTable(table, part_id, part, url, required, button) { formatter: function(value, row, index, field) { var html = value; - var bEdit = ""; - var bDel = ""; + var bEdit = ""; + var bDel = ""; html += "
" + bEdit + bDel + "
";