Bugzilla – Attachment 175317 Details for
Bug 35292
Define itemtype specific rules in the UpdateNotForLoanStatusOnCheckOut system preference
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35292: Template changes
Bug-35292-Template-changes.patch (text/plain), 2.31 KB, created by
Baptiste Wojtkowski (bwoj)
on 2024-12-09 16:35:42 UTC
(
hide
)
Description:
Bug 35292: Template changes
Filename:
MIME Type:
Creator:
Baptiste Wojtkowski (bwoj)
Created:
2024-12-09 16:35:42 UTC
Size:
2.31 KB
patch
obsolete
>From ceb0a022f55eefd03a07955ce55bad0c7d3f558a Mon Sep 17 00:00:00 2001 >From: Baptiste <baptiste.wojtkowski@biblibre.com> >Date: Wed, 4 Dec 2024 17:22:28 +0100 >Subject: [PATCH] Bug 35292: Template changes > >--- > .../en/modules/admin/preferences/circulation.pref | 14 +++++++++++--- > 1 file changed, 11 insertions(+), 3 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 2ac7e56c69c..8d50eba46c3 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 >@@ -569,9 +569,17 @@ Circulation: > type: textarea > syntax: text/x-yaml > class: code >- - This is a list of value pairs. When an item is checked out, 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." >- - Each pair of values should be on a separate line. >+ - "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: 0<br/><br/>" >+ - "When an item is checked out, 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.<br/><br/>" > Checkin policy: > - > - pref: TrapHoldsOnOrder >-- >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 35292
:
175201
|
175202
|
175203
|
175316
| 175317 |
175318
|
175319
|
175320
|
175321
|
175322