forked from erp-dev/erp
15 lines
333 B
Python
15 lines
333 B
Python
# Generated by Django 5.2.8 on 2026-01-23 00:39
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('printing', '0032_alter_printingorder_outgoing_date'),
|
|
('printing', '0033_alter_plateorder_options_alter_printingorder_options_and_more'),
|
|
]
|
|
|
|
operations = [
|
|
]
|