From 8e7e784934156b7a697bbe7e1c0abffafa49a944 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 5 May 2018 01:27:15 +1000 Subject: [PATCH] Remove test code --- InvenTree/stock/templates/stock/location.html | 4 ---- 1 file changed, 4 deletions(-) diff --git a/InvenTree/stock/templates/stock/location.html b/InvenTree/stock/templates/stock/location.html index f777e070c0..87e83005c5 100644 --- a/InvenTree/stock/templates/stock/location.html +++ b/InvenTree/stock/templates/stock/location.html @@ -208,8 +208,4 @@ url: "{% url 'api-stock-list' %}", }); - getParts(); - - getPartCategories({parent: 2}); - {% endblock %}