Bugzilla – Attachment 113770 Details for
Bug 27026
New circulation rule "Days mode" values are not explained anywhere
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27026: Use meaningful descriptions
Bug-27026-Use-meaningful-descriptions.patch (text/plain), 2.12 KB, created by
Jonathan Druart
on 2020-11-18 08:04:03 UTC
(
hide
)
Description:
Bug 27026: Use meaningful descriptions
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2020-11-18 08:04:03 UTC
Size:
2.12 KB
patch
obsolete
>From bfeb06c9a3d1c2d479d43ac8b1fe5b678ebc3360 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 18 Nov 2020 09:02:46 +0100 >Subject: [PATCH] Bug 27026: Use meaningful descriptions > >--- > .../intranet-tmpl/prog/en/modules/admin/smart-rules.tt | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt >index 6d727233f6..1aae3e0ba1 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt >@@ -380,10 +380,10 @@ > <td> > <select name="daysmode" id="daysmode"> > <option value="" title="Use the system preference 'useDaysMode' as a default value">Default</option> >- <option value="Calendar" title="Use the calendar to skip days the library is closed">Calendar</option> >- <option value="Datedue" title="Use the calendar to push the due date to the next open day">Datedue</option> >- <option value="Days" title="Ignore the calendar">Days</option> >- <option value="Dayweek" title="Use the calendar to push the due date to the next open matching weekday for weekly loan periods, or the next open day otherwise">Dayweek</option> >+ <option value="Calendar" title="Use the calendar to skip days the library is closed">Skip closed days</option> >+ <option value="Datedue" title="Use the calendar to push the due date to the next open day">Next open day</option> >+ <option value="Days" title="Ignore the calendar">Ignore the calendar</option> >+ <option value="Dayweek" title="Use the calendar to push the due date to the next open matching weekday for weekly loan periods, or the next open day otherwise">Same week day</option> > </select> > </td> > <td> >-- >2.20.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 27026
:
113739
|
113770
|
113807
|
113808
|
113912
|
113913
|
113987
|
113988