-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
GitHub Actions
committed
Nov 11, 2024
1 parent
96c13db
commit 9dac1c5
Showing
3 changed files
with
222 additions
and
213 deletions.
There are no files selected for viewing
18 changes: 18 additions & 0 deletions
18
apps/mappings/migrations/0015_generalmapping_is_tax_balancing_enabled.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Generated by Django 3.2.14 on 2024-11-04 10:38 | ||
|
||
from django.db import migrations, models | ||
|
||
|
||
class Migration(migrations.Migration): | ||
|
||
dependencies = [ | ||
('mappings', '0014_auto_20240417_0807'), | ||
] | ||
|
||
operations = [ | ||
migrations.AddField( | ||
model_name='generalmapping', | ||
name='is_tax_balancing_enabled', | ||
field=models.BooleanField(default=False, help_text='Is tax balancing enabled'), | ||
), | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.