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

Add stock information for top-level stock page

This commit is contained in:
Oliver Walters
2019-09-27 09:59:14 +10:00
parent b876d31d09
commit 3e2a5263a5
6 changed files with 147 additions and 50 deletions

View File

@ -113,14 +113,8 @@ $(document).ready(function () {
{% block js_ready %}
{% endblock %}
/* Run document-ready scripts.
* Ref: static/script/inventree/inventree.js
*/
inventreeDocReady();
/* Display any cached alert messages
* Ref: static/script/inventree/notification.js
*/
showCachedAlerts();
});
</script>