feat(dashboard): show article subtotal, discount, and transport in order detail receipt

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Claude Agent
2026-03-25 22:39:21 +00:00
parent af78ee181a
commit f07946b489
2 changed files with 18 additions and 4 deletions

View File

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