From c5280f2d5ac98157baf0a74c248f504f1117c726 Mon Sep 17 00:00:00 2001 From: spartanicus Date: Fri, 22 Oct 2021 22:54:23 -0400 Subject: [PATCH] Fix legacy row-link for Reconcile table (CO-1949) --- app/templates/Matchgrids/pending.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app/templates/Matchgrids/pending.php b/app/templates/Matchgrids/pending.php index 3fed4d7fc..bb3e6aacb 100644 --- a/app/templates/Matchgrids/pending.php +++ b/app/templates/Matchgrids/pending.php @@ -44,13 +44,12 @@ - + Html->link( $p['sorid'], ['action' => 'reconcile', $vv_matchgrid_id, - '?' => [ 'rowid' => $p['id'] ] ], - ['class' => 'row-link'] + '?' => [ 'rowid' => $p['id'] ] ] ); ?>