From 04cb467401e1cd8b188361f315cfa04e78af621f 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 --- 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 507361a193..430a706627 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.39.2