mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-08 16:28:49 +00:00
Fix for migration - updating from old version (#5372)
This commit is contained in:
parent
36d669d70d
commit
90383ccb53
@ -69,6 +69,7 @@ def fix_purchase_price(apps, schema_editor):
|
|||||||
class Migration(migrations.Migration):
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
|
('company', '0047_supplierpart_pack_size'),
|
||||||
('stock', '0093_auto_20230217_2140'),
|
('stock', '0093_auto_20230217_2140'),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user