mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-01 03:00:54 +00:00
Part attachment comment field is required
This commit is contained in:
18
InvenTree/part/migrations/0027_auto_20190518_1620.py
Normal file
18
InvenTree/part/migrations/0027_auto_20190518_1620.py
Normal file
@ -0,0 +1,18 @@
|
||||
# Generated by Django 2.2 on 2019-05-18 06:20
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('part', '0026_remove_supplierpart_single_price'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='partattachment',
|
||||
name='comment',
|
||||
field=models.CharField(help_text='File comment', max_length=100),
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user