2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-12-16 01:08:12 +00:00

Removed 'customer' app

This commit is contained in:
Oliver
2018-04-19 08:25:32 +10:00
parent f1357cfb7c
commit 433f670e1c
25 changed files with 5 additions and 493 deletions

View File

@@ -52,6 +52,6 @@ class EditStockItemForm(forms.ModelForm):
'batch',
'quantity',
'status',
'customer',
#'customer',
'URL',
]