mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
4dff18e4a6
- A lot of views / pages / etc needed to be updated too - Now uses django-money fields entirely - Create a manual rate exchange backend (needs more work!)
18 lines
354 B
Python
18 lines
354 B
Python
# Generated by Django 3.0.7 on 2020-11-10 11:42
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('company', '0027_remove_supplierpricebreak_currency'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.RemoveField(
|
|
model_name='supplierpricebreak',
|
|
name='cost',
|
|
),
|
|
]
|