From 5173fea2b44c8a3a98009c724d98694d1db9e586 Mon Sep 17 00:00:00 2001 From: Colin Campbell Date: Thu, 28 Apr 2011 16:47:07 +0100 Subject: [PATCH] Bug 6282: HomeOrHoldingBranchReturn missing from pref file Content-Type: text/plain; charset="utf-8" --- .../en/modules/admin/preferences/circulation.pref | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref index 8d34157..dc821a8 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref @@ -208,6 +208,13 @@ Circulation: noblock: "Don't block" confirmation: Ask for confirmation - when checking out to a borrower that has overdues outstanding + - + - On checkin route the returned item to + - pref: HomeOrHoldingBranchReturn + type: choice + choices: + homebranch: the library the item is from. + holdingbranch: the library the item was checked out from. Holds Policy: - - pref: AllowHoldPolicyOverride -- 1.7.4.4