Skip to content

Commit

Permalink
Fix legacy row-link for Reconcile table (CO-1949)
Browse files Browse the repository at this point in the history
  • Loading branch information
arlen committed Oct 23, 2021
1 parent 476f012 commit c5280f2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/templates/Matchgrids/pending.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,12 @@
</tr>
<?php foreach($vv_pending as $p): ?>
<tr class="linked-row spin">
<td>
<td class="row-link">
<?= $this->Html->link(
$p['sorid'],
['action' => 'reconcile',
$vv_matchgrid_id,
'?' => [ 'rowid' => $p['id'] ] ],
['class' => 'row-link']
'?' => [ 'rowid' => $p['id'] ] ]
); ?>
</td>
<td>
Expand Down

0 comments on commit c5280f2

Please sign in to comment.