fix print and preview quote and add broker to req and complete company model.

This commit is contained in:
aminhashemi92 2025-09-07 18:43:14 +03:30
parent 5ce94214d5
commit 246a2c0759
19 changed files with 872 additions and 260 deletions

View file

@ -0,0 +1,17 @@
# Generated by Django 5.2.4 on 2025-09-07 13:43
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('locations', '0002_broker_company'),
]
operations = [
migrations.RemoveField(
model_name='broker',
name='company',
),
]