forked from erp-dev/erp
feat: printing module
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# Generated by Django 5.2.7 on 2025-11-13 09:18
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('printing', '0008_plateorder'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RemoveField(
|
||||
model_name='plateorder',
|
||||
name='development_status',
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user