diff --git a/db.sqlite3 b/db.sqlite3 index 94e4e20..700863f 100644 Binary files a/db.sqlite3 and b/db.sqlite3 differ diff --git a/invoices/models.py b/invoices/models.py index 10d8f83..53059d8 100644 --- a/invoices/models.py +++ b/invoices/models.py @@ -91,6 +91,7 @@ class Quote(NameSlugModel): verbose_name="ایجاد کننده", related_name='created_quotes' ) + history = HistoricalRecords() class Meta: diff --git a/invoices/templates/invoices/quote_payment_step.html b/invoices/templates/invoices/quote_payment_step.html index 1b963ee..e73e0d3 100644 --- a/invoices/templates/invoices/quote_payment_step.html +++ b/invoices/templates/invoices/quote_payment_step.html @@ -18,15 +18,16 @@ - + {% endblock %} {% block content %} {% include '_toasts.html' %} + + +{% instance_info_modal instance %} + + {% csrf_token %}