2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-19 05:25:42 +00:00

Bootstrap table to company list

This commit is contained in:
Oliver
2018-05-02 23:17:24 +10:00
parent 1899d8f3e9
commit be0797c6e6
3 changed files with 40 additions and 21 deletions

View File

@ -59,5 +59,5 @@
sortable: true,
}
],
url: 'http://127.0.0.1:8000/api/part/',
url: "{% url 'api-part-list' %}",
});