From 35895d25a5f92d4cc1ab10f171030f73b94034e3 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Mon, 10 Feb 2020 10:31:37 +0000 Subject: [PATCH] Bug 24474: (follow-up) Add onpayment to sysprefs file This patch adds the required line to the circulation.pref file to dispaly the onpayment option in the MarkLostItemReturned preference Signed-off-by: David Nind Signed-off-by: David Nind Signed-off-by: Kyle M Hall --- .../prog/en/modules/admin/preferences/circulation.pref | 1 + 1 file changed, 1 insertion(+) 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 1724a81808..bdd1aef3f0 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 @@ -431,6 +431,7 @@ Circulation: additem: "when cataloguing an item" moredetail: "from the items tab of the catalog module" pendingreserves: "from the 'Holds to pull' list" + onpayment: "when receiving payment for the item" - . - - pref: AllowMultipleIssuesOnABiblio -- 2.24.1 (Apple Git-126)