fix(qa): ISSUE-002 — ROA prices not showing in order detail modal

The JS read pret_roa from order.price_check.items[idx] which doesn't
exist. The backend puts pret_roa and price_match directly on each item
in the items array. Fixed both desktop table and mobile view to read
from item.pret_roa and item.price_match instead.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Claude Agent
2026-03-27 13:25:07 +00:00
parent 7e4bbabcae
commit efb055c2be
2 changed files with 6 additions and 6 deletions

View File

@@ -144,7 +144,7 @@
<script>window.ROOT_PATH = "{{ rp }}";</script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"></script>
<script src="{{ rp }}/static/js/shared.js?v=19"></script>
<script src="{{ rp }}/static/js/shared.js?v=20"></script>
<script>
// Dark mode toggle
function toggleDarkMode() {