From e6076612bafb9f6ee9b09da8f9b3498f4c91dcac 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 --- 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 638c5bc2fa..ca5440933a 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
- + "> , - - () + + () -- 2.39.2