From b0c657ba4d3ab5697892b9f398aaf4c67359f521 Mon Sep 17 00:00:00 2001 From: Nahuel ANGELINETTI Date: Fri, 12 Dec 2008 17:47:25 +0100 Subject: [PATCH] (bug #2863) add the borrowers branchcodes in suggestion list Not a big patch, just add the borrower branchcode. Signed-off-by: Galen Charlton Signed-off-by: Henri-Damien LAURENT --- C4/Suggestions.pm | 1 + .../intranet-tmpl/prog/en/modules/suggestion/acceptorreject.tmpl | 1 + 2 files changed, 2 insertions(+) diff --git a/C4/Suggestions.pm b/C4/Suggestions.pm index ac358d9b28..88876d46bb 100644 --- a/C4/Suggestions.pm +++ b/C4/Suggestions.pm @@ -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 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 9f514b55e2..8465f72e59 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/acceptorreject.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/acceptorreject.tmpl @@ -157,6 +157,7 @@ , + () -- 2.20.1