showing construction company in Pipe- and Linework

This commit is contained in:
Frank Schubert
2025-04-22 17:11:20 +02:00
parent d054cee094
commit 72a4353b3b
3 changed files with 30 additions and 0 deletions

View File

@@ -168,6 +168,11 @@
<div>
<strong style="white-space: nowrap;"><?=$building->street?></strong><br />
<span class="text-success"><?=$building->code?></span><br />
<?php if($building->pipeworker_id): ?>
<span class="text-primary"><?=($building->pipeworker_id) ? $building->pipeworker->getCompanyOrName() : ""?></span><br />
<?php else: ?>
<span><em>-- Keiner Baufirma zugewiesen --</em></span><br />
<?php endif; ?>
</div>
<div class="mt-3">
<?=$building->contact?><br />