Merge branch 'hotfix/SU2-25' of DAAntipenko/finreport-analyzer into develop

This commit is contained in:
Дмитрий Антипенко
2026-03-26 09:18:40 +03:00
committed by Gogs
+6 -1
View File
@@ -1,5 +1,10 @@
<!-- app/views/reports/index.html.erb --> <!-- app/views/reports/index.html.erb -->
<h1>Загрузка отчётов по ИНН</h1> <h1>Загрузка отчётов по ИНН</h1>
<div>
<p>
Тестовые ИНН: <br>Полные отчеты: 7707602010, 9705114405<br>Упрощенка: 7724298987
</p>
</div>
<% if notice %> <% if notice %>
<p style="color: green;"><%= notice %></p> <p style="color: green;"><%= notice %></p>
@@ -22,4 +27,4 @@
<% end %> <% end %>
<% end %> <% end %>
</div> </div>
<% end %> <% end %>