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

Allow editing of extra line items in order table (#3888)

* Allow editing of extra line items in order table

* Allow addition of extra line items even if order is not "pending"

* Allow addition and editing of extra line items for sales orders

* javascript linting
This commit is contained in:
Oliver
2022-11-02 07:32:14 +11:00
committed by GitHub
parent db45b6f9dc
commit c7a2def353
4 changed files with 29 additions and 39 deletions

View File

@ -15,4 +15,4 @@ INVENTREE_DB_USER=pguser
INVENTREE_DB_PASSWORD=pgpassword
# Enable plugins?
INVENTREE_PLUGINS_ENABLED=True
INVENTREE_PLUGINS_ENABLED=False