mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-16 20:15:44 +00:00
Form / view for creating a new purchase order
This commit is contained in:
18
InvenTree/order/migrations/0009_auto_20190606_2133.py
Normal file
18
InvenTree/order/migrations/0009_auto_20190606_2133.py
Normal file
@ -0,0 +1,18 @@
|
||||
# Generated by Django 2.2 on 2019-06-06 11:33
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('order', '0008_auto_20190605_2140'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='purchaseorder',
|
||||
name='description',
|
||||
field=models.CharField(help_text='Order description', max_length=250),
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user