Skip to content

Commit

Permalink
Merge pull request #419 from ucdavis/JCS/FinjectorLookup20240507
Browse files Browse the repository at this point in the history
Link Chart String to finjector
  • Loading branch information
jSylvestre authored May 7, 2024
2 parents fe392bb + 3ffc16f commit 7e89874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sloth.Web/Views/Transactions/_AeDetails.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
</td>
<td>@t.Description</td>
<td>@t.AccountingDate</td>
<td style="white-space:nowrap">@t.FinancialSegmentString</td>
<td style="white-space:nowrap"><a href="https://finjector.ucdavis.edu/details/@t.FinancialSegmentString" target="_blank">@t.FinancialSegmentString</a></td>
</tr>
}
</tbody>
Expand Down

0 comments on commit 7e89874

Please sign in to comment.