diff --git a/app/modules/malaysia/templates/malaysia/rack_view.html b/app/modules/malaysia/templates/malaysia/rack_view.html index 7c493f5..4bf757e 100644 --- a/app/modules/malaysia/templates/malaysia/rack_view.html +++ b/app/modules/malaysia/templates/malaysia/rack_view.html @@ -16,7 +16,6 @@ font-size:11px; font-weight:600; color:#475569; margin-bottom:4px; border-bottom:1px solid #e2e8f0; padding-bottom:3px; } - .rv-cell-head .rv-total { color:#0f172a; white-space:nowrap; } .rv-items { display:flex; flex-direction:column; gap:3px; } .rv-item { font-size:11px; line-height:1.25; } .rv-item .rv-name { font-weight:600; color:#0f172a; } @@ -56,12 +55,9 @@ {% for col in row.cols %} {% for cell in col %} {% set entries = rack_by_cell.get(cell, []) %} - {% set ns = namespace(total=0) %} - {% for e in entries %}{% set ns.total = ns.total + e.total %}{% endfor %}