(bug #2863) add the borrowers branchcodes in suggestion list

Not a big patch, just add the borrower branchcode.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
This commit is contained in:
Nahuel ANGELINETTI 2008-12-12 17:47:25 +01:00 committed by Galen Charlton
parent 911fddab4a
commit 04cb467401
2 changed files with 2 additions and 0 deletions

View file

@ -93,6 +93,7 @@ sub SearchSuggestion {
U1.surname AS surnamesuggestedby,
U1.firstname AS firstnamesuggestedby,
U1.borrowernumber AS borrnumsuggestedby,
U1.branchcode AS branchcode,
U2.surname AS surnamemanagedby,
U2.firstname AS firstnamemanagedby,
U2.borrowernumber AS borrnummanagedby

View file

@ -157,6 +157,7 @@
<!-- TMPL_VAR name="surnamesuggestedby" -->
<!-- TMPL_IF name="firstnamesuggestedby" -->,<!-- /TMPL_IF -->
<!-- TMPL_VAR name="firstnamesuggestedby" -->
(<!-- TMPL_VAR name="branchcode" -->)
</td>
<td>
<!-- TMPL_VAR name="date" -->