From abfe9c9f87b0601619a1646411ef0de5ef8f233e Mon Sep 17 00:00:00 2001 From: Sam Lau Date: Tue, 4 Jun 2024 20:36:46 +0000 Subject: [PATCH] Bug 36926: Move syspref PlaceHoldsOnOrdersFromSuggestions This patch moves the 'PlaceHoldsOnOrdersFromSuggestions' system preferences from the Acquisitions->Printing section to the Circulation->Holds Policy section. To test: 1) Go to Admin->System Preferences and search for 'PlaceHoldsOnOrdersFromSuggestions' 2) Note that it is located in the Acquisitions prefs, under the Printing subheading 3) Apply patch 4) search for the preferences again 5) Note that it is now located in the Circulation preferences under the Holds Policy subheading Signed-off-by: David Nind --- .../prog/en/modules/admin/preferences/acquisitions.pref | 6 ------ .../prog/en/modules/admin/preferences/circulation.pref | 6 ++++++ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref index a96e4b9011..3584d9d59d 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref @@ -149,12 +149,6 @@ Acquisitions: "pdfformat::layout3pagesfr": French 3-page "pdfformat::layout2pagesde": German 2-page - layout when printing basket groups. - - - - pref: PlaceHoldsOnOrdersFromSuggestions - choices: - 1: "Do" - 0: "Don't" - - place a hold when ordering from a suggestion. - - "Text to be used above the order table in the English 1-page order PDF file. Note: Press enter to add line breaks to your sentence." -
NOTE: To prevent the bottom of your text from being cut off by the order table please do not save more than 3 lines of text in this system preference. 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 e0e0ead489..559f6dd3ca 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 @@ -1063,6 +1063,12 @@ Circulation: 0: "Don't allow" - holds to be automatically filled after being automatically checked in. - '
NOTE: This system preference requires the misc/cronjobs/automatic_checkin.pl cronjob. Ask your system administrator to schedule it.' + - + - pref: PlaceHoldsOnOrdersFromSuggestions + choices: + 1: "Do" + 0: "Don't" + - place a hold when ordering from a suggestion. Patron restrictions: - - pref: PatronRestrictionTypes -- 2.39.2