showing construction company in Pipe- and Linework
This commit is contained in:
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user