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 %}