Bugzilla – Attachment 160553 Details for
Bug 35293
Regression: Bug 33390 (QA follow-up) patch overwrote the template changes to bug 25560
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35293: Add ONLYMESSAGE back into UpdateNotForLoanStatusOnCheckin syspref description
Bug-35293-Add-ONLYMESSAGE-back-into-UpdateNotForLo.patch (text/plain), 3.03 KB, created by
Nick Clemens (kidclamp)
on 2024-01-04 19:25:31 UTC
(
hide
)
Description:
Bug 35293: Add ONLYMESSAGE back into UpdateNotForLoanStatusOnCheckin syspref description
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2024-01-04 19:25:31 UTC
Size:
3.03 KB
patch
obsolete
>From 65b92ce3ecb9f5e5b16ccbc6ba16f6dd738e97a9 Mon Sep 17 00:00:00 2001 >From: Alex Buckley <alexbuckley@catalyst.net.nz> >Date: Sun, 12 Nov 2023 21:23:32 +0000 >Subject: [PATCH] Bug 35293: Add ONLYMESSAGE back into > UpdateNotForLoanStatusOnCheckin syspref description >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >Sponsored-by: Catalyst IT, New Zealand >Signed-off-by: Anneli Ãsterman <anneli.osterman@koha-suomi.fi> >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > .../modules/admin/preferences/circulation.pref | 17 ++++++++++++----- > 1 file changed, 12 insertions(+), 5 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 40f2d65a81e..0ce5e1919e9 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 >@@ -651,11 +651,18 @@ Circulation: > type: textarea > syntax: text/x-yaml > class: code >- - This is a list of value pairs. When an item is checked in, if the not for loan value on the left matches the items not for loan value it will be updated to the right-hand value. >- - "For example, '-1: 0' will cause an item that was set to 'Ordered' to now be available for loan." >- - "Can be used for showing only the not for loan description. E.g. '-1: ONLYMESSAGE'.<br>" >- - "Each pair of values should be on a separate line.<br>" >- - "Valid values are <a href='/cgi-bin/koha/admin/authorised_values.pl?searchfield=NOT_LOAN'>NOT_LOAN</a> authorized values and ONLYMESSAGE." >+ - "This is a list of item types and value pairs.<br/><br/>" >+ - "<strong>Examples:</strong><br/>" >+ - "_ALL_:<br/>" >+ - " -1: 0<br/><br/>" >+ - "CR:<br/>" >+ - " 1: 0<br/><br/>" >+ - "BK:<br/>" >+ - " -1: ONLYMESSAGE<br/><br/>" >+ - "When an item is checked in, if it's item type matches CR then when the value on the left (1) matches the items' not for loan value it will be updated to the value on the right.<br/><br/>The special term _ALL_ is used on the left side of the colon (:) to affect all item types, <strong>this does not override all other rules</strong><br/><br/>" >+ - "Each item type needs to be defined on a separate line on the left side of the colon (:).<br/>Each pair of not for loan values, for that item type, should be listed on separate lines below the item type, each indented by a leading space<br/><br/>" >+ - "Valid values are <a href='/cgi-bin/koha/admin/authorised_values.pl?searchfield=NOT_LOAN'>NOT_LOAN</a> authorized values and ONLYMESSAGE.<br/><br/>" >+ - "ONLYMESSAGE can be used for showing only the not for loan description. E.g. '-1: ONLYMESSAGE'<br/><br/>" > - > - pref: HidePersonalPatronDetailOnCirculation > choices: >-- >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 35293
:
158850
|
158851
|
160360
|
160361
|
160362
| 160553 |
160554
|
160555
|
160556