Merge branch 'ConstructionConsent/hotifx-company-field' into 'master'
hotfix new company field See merge request fronk/thetool!1379
This commit is contained in:
@@ -264,7 +264,7 @@ foreach ($owners as $owner):
|
||||
<strong>Glasfaserausbau<br/>Zustimmungserklärung</strong>
|
||||
</p>
|
||||
|
||||
<p>Sehr geehrte/r <?= ($owner->title) ? $owner->title . " " : "" ?><?= $owner->firstname ?> <?= $owner->lastname ?>,</p>
|
||||
<p>Sehr geehrte/r <?= $owner->company ? $owner->company : $owner->firstname . ' ' . $owner->lastname ?></p>
|
||||
|
||||
<p>
|
||||
die Energie Steiermark Breitband GmbH baut in Ihrer Gemeinde ein großflächiges Glasfasernetz aus, um alle Haushalte und Unternehmen mit modernen
|
||||
@@ -325,7 +325,7 @@ foreach ($owners as $owner):
|
||||
Name, Anschrift
|
||||
</div>
|
||||
<div class="input-text mb-2">
|
||||
<strong><?= ($owner->title) ? $owner->title . " " : "" ?><?= $owner->firstname ?> <?= $owner->lastname ?>, <?= $owner->street ?>
|
||||
<strong><?= ($owner->title) ? $owner->title . " " : "" ?><?= $owner->company ? $owner->company : $owner->firstname . ' ' . $owner->lastname ?>, <?= $owner->street ?>
|
||||
, <?= $owner->zip ?> <?= $owner->city ?></strong>
|
||||
</div>
|
||||
<div class="input-label mb-0">
|
||||
|
||||
Reference in New Issue
Block a user