diff --git a/core/templates/core/_adjustment_row.html b/core/templates/core/_adjustment_row.html
index c2bcdaf..e23e13a 100644
--- a/core/templates/core/_adjustment_row.html
+++ b/core/templates/core/_adjustment_row.html
@@ -27,12 +27,8 @@ Row actions differ by paid status:
{# --- Date --- #}
{{ adj.date|date:"d M Y" }} |
- {# --- Worker name (opens the Worker Lookup modal) --- #}
+ {# --- Worker name (class="worker-lookup-link" opens the Worker Lookup modal) --- #}
- {# Worker name opens the Worker Lookup modal — same as on the Pending,
- Payment History, and Loans tabs. The existing
- .worker-lookup-link handler (core/templates/core/payroll_dashboard.html
- line ~3214) listens for any element with this class + data-worker-id. #}
{{ adj.worker.name }}
|