From 48aa0e1ae317b2430c2c5768b0eb22faf5845e2b Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 21 Apr 2009 15:16:54 -0500 Subject: [PATCH] Fix for Bug 1877, Link to patron record from manage suggestions Content-Type: text/plain; charset="utf-8" --- C4/Suggestions.pm | 2 +- .../prog/en/modules/suggestion/acceptorreject.tmpl | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/C4/Suggestions.pm b/C4/Suggestions.pm index 88876d4..c358d7a 100644 --- a/C4/Suggestions.pm +++ b/C4/Suggestions.pm @@ -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 diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/acceptorreject.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/acceptorreject.tmpl index 638c5bc..ca54409 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/acceptorreject.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/acceptorreject.tmpl @@ -152,10 +152,10 @@ ; ISBN : ; Published by in in
- + "> , - - () + + () -- 1.5.6.5