close #2153 Added: Making Customer/Vendor clickable on invoice/bill page #mtdg9n

This commit is contained in:
Cüneyt Şentürk
2021-06-28 12:02:39 +03:00
parent 65bad4d6f7
commit 0640fca05f
3 changed files with 39 additions and 2 deletions

View File

@ -9,6 +9,7 @@
hide-header-contact="{{ $hideHeaderContact }}"
text-header-contact="{{ $textHeaderContact }}"
class-header-contact="{{ $classHeaderContact }}"
route-contact-show="{{ $routeContactShow }}"
hide-header-amount="{{ $hideHeaderAmount }}"
text-header-amount="{{ $textHeaderAmount }}"
class-header-amount="{{ $classHeaderAmount }}"

View File

@ -25,7 +25,9 @@
<strong>
<span class="float-left">
{{ $document->contact_name }}
<a href="{{ route($routeContactShow, $document->contact_id) }}">
{{ $document->contact_name }}
</a>
</span>
</strong>
<br><br>