Skip to content

Commit 0d8e6fe

Browse files
AlexCernikWhyNotHugo
authored andcommitted
Add files via upload
1 parent 09132fd commit 0d8e6fe

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Generated by Django 6.0.3 on 2026-04-07 18:33
2+
3+
from __future__ import annotations
4+
5+
from django.db import migrations
6+
7+
8+
class Migration(migrations.Migration):
9+
dependencies = [
10+
("afip", "0018_remove_receiptvalidation_result"),
11+
]
12+
13+
operations = [
14+
migrations.AlterModelOptions(
15+
name="receiptentry",
16+
options={
17+
"ordering": ["id"],
18+
"verbose_name": "receipt entry",
19+
"verbose_name_plural": "receipt entries",
20+
},
21+
),
22+
]

0 commit comments

Comments
 (0)