@@ -1,18 +0,0 @@
|
||||
# Generated by Django 5.2.8 on 2025-12-08 17:32
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('billing', '0006_accountpaymentmethod'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='invoice',
|
||||
name='pdf_file',
|
||||
field=models.FileField(blank=True, help_text='Generated PDF invoice file', null=True, upload_to='invoices/pdf/%Y/%m/'),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user