This repository has been archived by the owner on Nov 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 253
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
1 parent
ea08e15
commit 8654ee0
Showing
3 changed files
with
19 additions
and
53 deletions.
There are no files selected for viewing
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
18 changes: 18 additions & 0 deletions
18
ecommerce/extensions/basket/migrations/0018_line_tax_code.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.20 on 2023-12-13 14:33 | ||
|
||
from django.db import migrations, models | ||
|
||
|
||
class Migration(migrations.Migration): | ||
|
||
dependencies = [ | ||
('basket', '0017_alter_lineattribute_value'), | ||
] | ||
|
||
operations = [ | ||
migrations.AddField( | ||
model_name='line', | ||
name='tax_code', | ||
field=models.CharField(blank=True, max_length=64, null=True, verbose_name='VAT rate code'), | ||
), | ||
] |
47 changes: 0 additions & 47 deletions
47
ecommerce/extensions/order/migrations/0028_auto_20231211_1713.py
This file was deleted.
Oops, something went wrong.