2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-20 19:56:31 +00:00

Company index / detail / edit pages working

This commit is contained in:
Oliver
2018-04-22 22:21:50 +10:00
parent 4bedf0ed4c
commit ee2f262e19
10 changed files with 112 additions and 93 deletions

@@ -51,5 +51,7 @@ class EditCompanyForm(forms.ModelForm):
'email',
'contact',
'image',
'is_customer',
'is_supplier',
'notes'
]