diff --git a/App/Requests/templates/error.html b/App/Requests/templates/error.html index c1a8828..bd6bb48 100644 --- a/App/Requests/templates/error.html +++ b/App/Requests/templates/error.html @@ -1,5 +1,5 @@ - + Ошибка diff --git a/App/Requests/templates/output.html b/App/Requests/templates/output.html index e632081..b485fbb 100644 --- a/App/Requests/templates/output.html +++ b/App/Requests/templates/output.html @@ -1,5 +1,5 @@ - + {{ header }} diff --git a/App/Requests/templates/sellers_ship.html b/App/Requests/templates/sellers_ship.html index afc6eea..1a5a66a 100644 --- a/App/Requests/templates/sellers_ship.html +++ b/App/Requests/templates/sellers_ship.html @@ -1,8 +1,8 @@ - + - Все поставки поставщиком + Поставки поставщиком @@ -10,7 +10,7 @@ -

Все поставки поставщиком

+

Поставки поставщиком

Выберите поставщика

diff --git a/App/Requests/templates/zagotovki.html b/App/Requests/templates/zagotovki.html index eef759a..41b860c 100644 --- a/App/Requests/templates/zagotovki.html +++ b/App/Requests/templates/zagotovki.html @@ -1,5 +1,5 @@ - + {{ header }} diff --git a/App/Requests/templates/zapros_menu.html b/App/Requests/templates/zapros_menu.html index 852a439..e7d38b8 100644 --- a/App/Requests/templates/zapros_menu.html +++ b/App/Requests/templates/zapros_menu.html @@ -1,5 +1,5 @@ - + Запросы diff --git a/App/Requests/zapros_menu.json b/App/Requests/zapros_menu.json index 77b9a68..a34b0e7 100644 --- a/App/Requests/zapros_menu.json +++ b/App/Requests/zapros_menu.json @@ -1,5 +1,5 @@ [ {"name": "Количество заготовок на складе", "url": "requests_bp.sklad_zapros"}, - {"name": "Поставки поставщиком за год", "url": "requests_bp.sellers_ship"} + {"name": "Поставки поставщиками", "url": "requests_bp.sellers_ship"} ] \ No newline at end of file