Fix for Bug 1877, Link to patron record from manage suggestions
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
This commit is contained in:
parent
fe95a8ee9b
commit
e6076612ba
2 changed files with 4 additions and 4 deletions
|
@ -93,7 +93,7 @@ sub SearchSuggestion {
|
|||
U1.surname AS surnamesuggestedby,
|
||||
U1.firstname AS firstnamesuggestedby,
|
||||
U1.borrowernumber AS borrnumsuggestedby,
|
||||
U1.branchcode AS branchcode,
|
||||
U1.branchcode AS branchcodesuggestedby,
|
||||
U2.surname AS surnamemanagedby,
|
||||
U2.firstname AS firstnamemanagedby,
|
||||
U2.borrowernumber AS borrnummanagedby
|
||||
|
|
|
@ -152,10 +152,10 @@
|
|||
<!-- TMPL_IF name="isbn" -->; ISBN :<i><!-- TMPL_VAR name="isbn" --></i> <!-- /TMPL_IF --><!-- TMPL_IF name="publishercode" -->; Published by <!-- TMPL_VAR name="publishercode" --> <!-- /TMPL_IF --><!-- TMPL_IF name="publicationyear" --> in <i><!-- TMPL_VAR name="publicationyear" --></i> <!-- /TMPL_IF --><!-- TMPL_IF name="place" --> in <i><!-- TMPL_VAR name="place" --></i> <!-- /TMPL_IF --><br /><!-- TMPL_IF name="note" --><!-- TMPL VAR NAME="note" --><!-- /TMPL_IF -->
|
||||
</td>
|
||||
<td>
|
||||
<!-- TMPL_VAR name="surnamesuggestedby" -->
|
||||
<a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=<!-- TMPL_VAR NAME="borrnumsuggestedby" -->"><!-- TMPL_VAR name="surnamesuggestedby" -->
|
||||
<!-- TMPL_IF name="firstnamesuggestedby" -->,<!-- /TMPL_IF -->
|
||||
<!-- TMPL_VAR name="firstnamesuggestedby" -->
|
||||
(<!-- TMPL_VAR name="branchcode" -->)
|
||||
<!-- TMPL_VAR name="firstnamesuggestedby" --></a>
|
||||
(<!-- TMPL_VAR name="branchcodesuggestedby" -->)
|
||||
</td>
|
||||
<td>
|
||||
<!-- TMPL_VAR name="date" -->
|
||||
|
|
Loading…
Reference in a new issue