mirror of
https://github.com/inventree/InvenTree.git
synced 2026-05-05 01:03:37 +00:00
@@ -0,0 +1,17 @@
|
|||||||
|
# Generated by Django 3.2.5 on 2021-10-04 20:41
|
||||||
|
|
||||||
|
from django.db import migrations
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
('company', '0040_alter_company_currency'),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = [
|
||||||
|
migrations.AlterModelOptions(
|
||||||
|
name='company',
|
||||||
|
options={'ordering': ['name'], 'verbose_name_plural': 'Companies'},
|
||||||
|
),
|
||||||
|
]
|
||||||
Reference in New Issue
Block a user