Bugzilla – Attachment 153515 Details for
Bug 31731
Offer user a dropdown of authorized values instead of a text field in preferences
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31731: (QA follow-up) Add pull down to DefaultLongOverdueLostValue and DefaultLongOverdueChargeValue preferences
Bug-31731-QA-follow-up-Add-pull-down-to-DefaultLon.patch (text/plain), 1.89 KB, created by
Katrin Fischer
on 2023-07-16 11:30:18 UTC
(
hide
)
Description:
Bug 31731: (QA follow-up) Add pull down to DefaultLongOverdueLostValue and DefaultLongOverdueChargeValue preferences
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2023-07-16 11:30:18 UTC
Size:
1.89 KB
patch
obsolete
>From 372b1abae3d811e1266561fcbef6388618120df2 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Sun, 16 Jul 2023 11:29:19 +0000 >Subject: [PATCH] Bug 31731: (QA follow-up) Add pull down to > DefaultLongOverdueLostValue and DefaultLongOverdueChargeValue preferences > >Adds LOST pull downs to 2 more preferences. > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > .../prog/en/modules/admin/preferences/circulation.pref | 6 ++++-- > 1 file changed, 4 insertions(+), 2 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 4a2975f51b..775711bc52 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 >@@ -420,7 +420,8 @@ Circulation: > - > - By default, set the LOST value of an item to > - pref: DefaultLongOverdueLostValue >- class: integer >+ choices: authval >+ source: LOST > - when the item has been overdue for more than > - pref: DefaultLongOverdueDays > class: integer >@@ -432,7 +433,8 @@ Circulation: > - > - "Charge a lost item to the patron's account when the LOST value of the item changes to:" > - pref: DefaultLongOverdueChargeValue >- class: integer >+ choices: authval >+ source: LOST > - <br>Leave this field empty if you don't want to charge the patron for lost items. > - <br>(Used when the longoverdue.pl script is called without the --charge parameter) > - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/longoverdue.pl</code> cronjob. Ask your system administrator to schedule it." >-- >2.30.2
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 31731
:
153269
|
153270
|
153514
| 153515