fix(anaf): show TVA badge only on GoMag vs ANAF mismatch

Previously the TVA badge/dot appeared whenever ANAF reported neplatitor.
Now it only appears when GoMag CUI prefix (RO=platitor) disagrees with
ANAF status — aligned across JS badges, red dots, SQL filter and count.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Claude Agent
2026-04-06 14:49:30 +00:00
parent 68ab7f664a
commit 2b212b933e
5 changed files with 20 additions and 8 deletions

View File

@@ -115,5 +115,5 @@
{% endblock %}
{% block scripts %}
<script src="{{ request.scope.get('root_path', '') }}/static/js/dashboard.js?v=37"></script>
<script src="{{ request.scope.get('root_path', '') }}/static/js/dashboard.js?v=38"></script>
{% endblock %}