mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-23 07:10:55 +00:00
Part attachment comment field is required
This commit is contained in:
InvenTree/part
@ -644,7 +644,7 @@ class PartAttachment(models.Model):
|
||||
attachment = models.FileField(upload_to=attach_file, null=True, blank=True,
|
||||
help_text='Select file to attach')
|
||||
|
||||
comment = models.CharField(max_length=100, blank=True, help_text='File comment')
|
||||
comment = models.CharField(max_length=100, help_text='File comment')
|
||||
|
||||
@property
|
||||
def basename(self):
|
||||
|
Reference in New Issue
Block a user