2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 19:15:41 +00:00

Part category API

This commit is contained in:
Oliver
2018-05-04 23:54:57 +10:00
parent 83dd068fec
commit 7e4b0630b6
4 changed files with 49 additions and 3 deletions

View File

@ -210,4 +210,6 @@
getParts();
getPartCategories({parent: 2});
{% endblock %}