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

Remove lead-time field

This commit is contained in:
Oliver Walters
2019-09-12 22:37:09 +10:00
parent 62c9e85add
commit 91453094aa
3 changed files with 20 additions and 2 deletions

View File

@ -0,0 +1,17 @@
# Generated by Django 2.2.5 on 2019-09-12 12:19
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('company', '0006_supplierpricebreak_currency'),
]
operations = [
migrations.RemoveField(
model_name='supplierpart',
name='lead_time',
),
]