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

BOM table now displays which lines have been marked as valid

This commit is contained in:
Oliver Walters
2019-09-05 14:15:58 +10:00
parent 1ea7bdf843
commit 81f5714cb1
3 changed files with 40 additions and 1 deletions

View File

@ -18,6 +18,7 @@ migrate:
python3 InvenTree/manage.py migrate
python3 InvenTree/manage.py migrate --run-syncdb
python3 InvenTree/manage.py check
python3 InvenTree/manage.py collectstatic
# Install all required packages
install: