mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-27 07:02:26 +00:00
Adapte les migrations de custom_invoice à la branche dev
This commit is contained in:
parent
63c80d69a3
commit
6cc22c376d
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ def update_rights(apps, schema_editor):
|
|||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('cotisations', '0030_custom_payment'),
|
||||
('cotisations', '0031_comnpaypayment_production'),
|
||||
]
|
||||
|
||||
operations = [
|
Loading…
Reference in a new issue