Skip to content

Commit

Permalink
[GT-183] Remove searchName variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
Sae126V committed Sep 13, 2023
1 parent 60fed43 commit 0de0b6a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions htdocs/web_portal/views/service_type/view_service_types.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
</tr>
<?php
$num = 2;
$searchName = 'Service_Type';

if ($numberOfServiceTypes > 0) {
foreach ($params['ServiceTypes'] as $serviceType) {
Expand All @@ -34,8 +33,8 @@
<div style="background-color: inherit;">
<span style="vertical-align: middle;">
<?php
echo "<a href=\"index.php?Page_Type="
. $searchName
echo "<a href=\"index.php"
. "?Page_Type=Service_Type"
. "&amp;id=" . $serviceType->getId()
. "\">"
. $serviceType->getName()
Expand Down

0 comments on commit 0de0b6a

Please sign in to comment.