From 5e8781fec30afc74eeb446273cb265cd880f21e9 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 21 Apr 2009 15:19:42 -0500 Subject: [PATCH] Fix for Bug 1877, Link to patron record from manage suggestions Signed-off-by: Galen Charlton Signed-off-by: Henri-Damien LAURENT --- 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 88876d46bb..c358d7ac24 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 8465f72e59..9cb951fc5b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/acceptorreject.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/acceptorreject.tmpl @@ -154,10 +154,10 @@ ; ISBN : ; Published by in in
- + "> , - - () + + () -- 2.20.1