Bugzilla – Attachment 98990 Details for
Bug 24576
StoreLastBorrower preference is in the wrong tab and is confusing
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24576: `StoreLastBorrower` preference is in the wrong tab and is confusing
Bug-24576-StoreLastBorrower-preference-is-in-the-w.patch (text/plain), 2.58 KB, created by
David Roberts
on 2020-02-14 17:40:23 UTC
(
hide
)
Description:
Bug 24576: `StoreLastBorrower` preference is in the wrong tab and is confusing
Filename:
MIME Type:
Creator:
David Roberts
Created:
2020-02-14 17:40:23 UTC
Size:
2.58 KB
patch
obsolete
>From 77539500157752755fba4917c1b1a0273f15a505 Mon Sep 17 00:00:00 2001 >From: David Roberts <david@koha-ptfs.co.uk> >Date: Fri, 14 Feb 2020 17:36:49 +0000 >Subject: [PATCH] Bug 24576: `StoreLastBorrower` preference is in the wrong tab > and is confusing > >This patch moves the preference from OPAC/Privacy to Circulation/Check >In > >To Test: > >1) Apply the patch >2) Check that the system preference no longer displays under the OPAC >Privacy tab >3) Check that it now displays in the Circulation tab, under the Check In >policy >4) Ensure that the system preference can be changed and saved correctly. >--- > .../prog/en/modules/admin/preferences/circulation.pref | 7 +++++++ > .../intranet-tmpl/prog/en/modules/admin/preferences/opac.pref | 7 ------- > 2 files changed, 7 insertions(+), 7 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 6eb5af0660..58d7b3b66a 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 >@@ -574,6 +574,13 @@ Circulation: > yes: "Block" > no: "Don't block" > - staff from continuing to checkin items when a transfer is triggered. >+ - >+ - pref: StoreLastBorrower >+ default: 0 >+ choices: >+ yes: Store >+ no: "Don't store" >+ - the last patron to return an item. This setting is independent of opacreadinghistory/AnonymousPatron. > Holds Policy: > - > - In the staff client, split the holds queue into separate tables by >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref >index e268558f45..fd12d8487e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref >@@ -696,13 +696,6 @@ OPAC: > - "open suggestions. Leave empty for no limit. **Note: this setting does not affect anonymous suggestions" > Privacy: > - >- - pref: StoreLastBorrower >- default: 0 >- choices: >- yes: Store >- no: "Don't store" >- - the last patron to return an item. This setting is independent of opacreadinghistory/AnonymousPatron. >- - > - pref: AnonSuggestions > choices: > yes: Allow >-- >2.11.0
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 24576
:
98990
|
99001
|
99056