Showing FTU name instead of id in OpenAccessId/Index
This commit is contained in:
@@ -154,7 +154,7 @@
|
||||
<?php if($oaid->exported_to): ?>
|
||||
[<?=$oaid->exported_to?>]
|
||||
<?php $ed = $oaid->getExportData($oaid->exported_to); if($ed): ?>
|
||||
<?=($ed->ftu_id) ? $ed->ftu_id : ""?>
|
||||
<?=$ed->ftu_name ?? $ed->ftu_id ?? ""?>
|
||||
<?php endif; ?>
|
||||
<?php endif; ?>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user