Added termination->name to Linework Termination Info

This commit is contained in:
Frank Schubert
2021-09-21 19:39:20 +02:00
parent b169de1d72
commit 6b7bad66a0
+3 -1
View File
@@ -158,8 +158,10 @@
<?php endif; ?>
<br />
<a href="<?=self::getUrl("Pipework", "Index", ["filter" => ["code" => $term->building->code]])?>" target="_blank"><span class="text-success"><?=$term->code?></span></a>
<br />
<?php if($term->name): ?>
<?=$term->name?><br />
<?php endif; ?>
</div>
<div class="mt-3">
<?=$term->contact?><br />