2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-04 20:51:00 +00:00

Remove 'minimum' order from SupplierPart

- This can be handled using the 'PriceBreak' set
This commit is contained in:
Oliver Walters
2019-05-21 13:51:43 +10:00
parent 357bfdae3f
commit 6f73c379c2
4 changed files with 17 additions and 11 deletions

View File

@ -0,0 +1,17 @@
# Generated by Django 2.2 on 2019-05-21 03:51
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('company', '0002_auto_20190520_2204'),
]
operations = [
migrations.RemoveField(
model_name='supplierpart',
name='minimum',
),
]