fix(dashboard): renderClientCell shows customer_name (partner) as primary

renderClientCell was showing shipping_name (person) instead of
customer_name (company/partner). Now shows customer_name with tooltip
for shipping person when different (e.g. company orders).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Claude Agent
2026-03-16 19:28:35 +00:00
parent 172debdbdb
commit 8020b2d14b
2 changed files with 6 additions and 5 deletions

View File

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