From 8fdaf6935e01d46b52799894daa8a984a2879494 Mon Sep 17 00:00:00 2001 From: erjemin Date: Sat, 31 Dec 2022 04:44:11 +0300 Subject: [PATCH] =?UTF-8?q?minor=20(=D0=BF=D0=B5=D1=80=D0=B5=D0=B8=D0=BC?= =?UTF-8?q?=D0=B5=D0=BD=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D0=B5=20=D1=88=D0=B0?= =?UTF-8?q?=D0=B1=D0=BB=D0=BE=D0=BD=D0=BE=D0=B2)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/report/report_price-offers_for_one_window.html | 2 +- .../report/{report_pricelist.html => report_price_list.html} | 2 +- ...report_precelist_frame.html => report_price_list_frame.html} | 0 ...ne_flap_frame.html => report_price_list_one_flap_frame.html} | 0 4 files changed, 2 insertions(+), 2 deletions(-) rename oknardia/templates/report/{report_pricelist.html => report_price_list.html} (99%) rename oknardia/templates/report/{report_precelist_frame.html => report_price_list_frame.html} (100%) rename oknardia/templates/report/{report_precelist_one_flap_frame.html => report_price_list_one_flap_frame.html} (100%) diff --git a/oknardia/templates/report/report_price-offers_for_one_window.html b/oknardia/templates/report/report_price-offers_for_one_window.html index bcad4a7..9ad21a5 100755 --- a/oknardia/templates/report/report_price-offers_for_one_window.html +++ b/oknardia/templates/report/report_price-offers_for_one_window.html @@ -205,7 +205,7 @@ $(function () { // инициализация и обработка попове - {% include "report/report_precelist_one_flap_frame.html" %} + {% include "report/report_price_list_one_flap_frame.html" %}

diff --git a/oknardia/templates/report/report_pricelist.html b/oknardia/templates/report/report_price_list.html similarity index 99% rename from oknardia/templates/report/report_pricelist.html rename to oknardia/templates/report/report_price_list.html index 4bdae62..b9e10b5 100755 --- a/oknardia/templates/report/report_pricelist.html +++ b/oknardia/templates/report/report_price_list.html @@ -165,7 +165,7 @@ $(function () { // инициализация и обработка попове - {% include "report/report_precelist_frame.html" %} + {% include "report/report_price_list_frame.html" %} diff --git a/oknardia/templates/report/report_precelist_frame.html b/oknardia/templates/report/report_price_list_frame.html similarity index 100% rename from oknardia/templates/report/report_precelist_frame.html rename to oknardia/templates/report/report_price_list_frame.html diff --git a/oknardia/templates/report/report_precelist_one_flap_frame.html b/oknardia/templates/report/report_price_list_one_flap_frame.html similarity index 100% rename from oknardia/templates/report/report_precelist_one_flap_frame.html rename to oknardia/templates/report/report_price_list_one_flap_frame.html