2
0
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:
Oliver Walters
2019-06-06 21:39:04 +10:00
parent c1f3bddf45
commit 7b139a7f05
6 changed files with 68 additions and 3 deletions

View 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),
),
]