Bugzilla – Attachment 167549 Details for
Bug 36926
Move syspref PlaceHoldsOnOrdersFromSuggestions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36926: Move syspref PlaceHoldsOnOrdersFromSuggestions
Bug-36926-Move-syspref-PlaceHoldsOnOrdersFromSugge.patch (text/plain), 3.09 KB, created by
Emily Lamancusa (emlam)
on 2024-06-06 13:39:19 UTC
(
hide
)
Description:
Bug 36926: Move syspref PlaceHoldsOnOrdersFromSuggestions
Filename:
MIME Type:
Creator:
Emily Lamancusa (emlam)
Created:
2024-06-06 13:39:19 UTC
Size:
3.09 KB
patch
obsolete
>From ef537dc3cb81f0d7d80a83abf07e5fe149deafe4 Mon Sep 17 00:00:00 2001 >From: Sam Lau <samalau@gmail.com> >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 <david@davidnind.com> >Signed-off-by: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov> >--- > .../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." > - <br><strong>NOTE:</strong> 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.</span> >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. > - '<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/automatic_checkin.pl</code> 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.34.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 36926
:
167421
|
167506
| 167549