diff --git a/InvenTree/stock/migrations/0094_auto_20230220_0025.py b/InvenTree/stock/migrations/0094_auto_20230220_0025.py index 79c08f0953..d0e515bfb4 100644 --- a/InvenTree/stock/migrations/0094_auto_20230220_0025.py +++ b/InvenTree/stock/migrations/0094_auto_20230220_0025.py @@ -69,6 +69,7 @@ def fix_purchase_price(apps, schema_editor): class Migration(migrations.Migration): dependencies = [ + ('company', '0047_supplierpart_pack_size'), ('stock', '0093_auto_20230217_2140'), ]