Skip to content

Commit

Permalink
[BF] - Patch panel port list page - server 500 error - fixes islandbr…
Browse files Browse the repository at this point in the history
  • Loading branch information
yannrobin authored and barryo committed Jan 23, 2020
1 parent 13b96b0 commit 2aa8934
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions resources/views/patch-panel-port/index.foil.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,11 @@
<?php endif; ?>
</td>
<td>
<a href="<?= route( "customer@overview" , [ "id" => $ppp->getCustomerId() ] ) ?>">
<?= $t->ee( $ppp->getCustomerName() ) ?>
</a>
<?php if( $ppp->getCustomer() ): ?>
<a href="<?= route( "customer@overview" , [ "id" => $ppp->getCustomerId() ] ) ?>">
<?= $t->ee( $ppp->getCustomerName() ) ?>
</a>
<?php endif; ?>
</td>
<td>
<?= $t->ee( $ppp->getColoCircuitRef() ) ?>
Expand Down

0 comments on commit 2aa8934

Please sign in to comment.