fix(dashboard): show billing vs shipping marker for PJ and PF ramburs

PJ: tooltip shows company on Facturat (display) vs shipping person.
PF ramburs: tooltip shows billing person vs shipping person when they
differ. Adds aria-label + title on indicator for keyboard/screen reader.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Claude Agent
2026-04-14 12:27:14 +00:00
parent 520f0836bf
commit db60d955bf
2 changed files with 9 additions and 4 deletions

View File

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