mirror of
https://github.com/bcomsugi/dasaproject.git
synced 2026-01-10 17:02:37 +07:00
18 lines
362 B
Python
18 lines
362 B
Python
# Generated by Django 4.2 on 2023-05-19 15:33
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('SalesOrder', '0008_alter_salesorderitemline_lineismanuallyclosed'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.RemoveField(
|
|
model_name='salesorder',
|
|
name='Subtotal',
|
|
),
|
|
]
|