mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-05 05:00:58 +00:00
Add 'manufacturer' field to SupplierPart object
- ForeignKey link to Company model
(cherry picked from commit acebe61ac5
)
This commit is contained in:
@ -13,6 +13,6 @@ class Migration(migrations.Migration):
|
||||
migrations.AddField(
|
||||
model_name='company',
|
||||
name='is_manufacturer',
|
||||
field=models.BooleanField(default=True, help_text='Does this company manufacture parts?'),
|
||||
field=models.BooleanField(default=False, help_text='Does this company manufacture parts?'),
|
||||
),
|
||||
]
|
||||
|
Reference in New Issue
Block a user