close #2153 Added: Making Customer/Vendor clickable on invoice/bill page #mtdg9n
This commit is contained in:
@ -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 }}"
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user