Fix rep field
This commit is contained in:
parent
3eb9932448
commit
bc69f81a31
@ -164,7 +164,7 @@
|
||||
<?php } ?>
|
||||
<?php if($SiteInfo->getSite($_POST['repsite'], $uid, "0", "0")[0]["sites_region"] == "US") { ?> <td><?php echo $row['visits_citizen']; ?></td> <?php } ?>
|
||||
<td><?php echo $transLang[$IDTypeInfo->getIDTypeInfo($row['visits_id_type'])[0]['idtypes_name']]; ?></td>
|
||||
<td><?php if($row['visits_id_reference']==1) { echo $transLang['YESYES']; } else { echo $transLang['NONO']; } ?></td>
|
||||
<td><?php echo $row['visits_id_reference']; ?></td>
|
||||
<td><?php echo $row['visits_notes']; ?></td>
|
||||
</tr>
|
||||
<?php endforeach; ?>
|
||||
|
Loading…
Reference in New Issue
Block a user