fix(dashboard): show customer_name (partner) instead of shipping_name

Dashboard list was prioritizing shipping_name over customer_name,
so company orders showed the person instead of the company name.

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

View File

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