close #2153 Added: Making Customer/Vendor clickable on invoice/bill page #mtdg9n
This commit is contained in:
@ -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