Fix rep field

This commit is contained in:
Josh North 2021-04-29 11:34:44 -04:00
parent 3eb9932448
commit bc69f81a31

View File

@ -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; ?>