Skip to content

Commit

Permalink
Merge pull request #127 from eduayme/fix/display-contact-person-name
Browse files Browse the repository at this point in the history
FIX: display contact person name (#118)
  • Loading branch information
eduayme authored Aug 26, 2020
2 parents 751f980 + 2e31697 commit 6898f41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/searches/data.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -542,10 +542,10 @@
<div class="row">

<!-- Name - OPEN -->
@if( $search->name_persona_contacte )
@if( $search->name_contact_person )
<div class="col-md-4 margin-top-sm-sm">
<p data-toggle="tooltip" data-placement="top" title="{{ __('register.name') }}">
{{ $search->name_persona_contacte }}
{{ $search->name_contact_person }}
</p>
</div>
@endif
Expand Down

0 comments on commit 6898f41

Please sign in to comment.