mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-18 13:05:42 +00:00
Click on company image to edit it
This commit is contained in:
@ -23,3 +23,12 @@ class EditCompanyForm(HelperForm):
|
||||
'is_supplier',
|
||||
'notes'
|
||||
]
|
||||
|
||||
|
||||
class CompanyImageForm(HelperForm):
|
||||
|
||||
class Meta:
|
||||
model = Company
|
||||
fields = [
|
||||
'image'
|
||||
]
|
Reference in New Issue
Block a user