Bugzilla – Attachment 161207 Details for
Bug 35831
Move UpdateItemLocationOnCheckout to Checkout policy section
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35831: Move UpdateItemLocationOnCheckout to Checkout policy section
Bug-35831-Move-UpdateItemLocationOnCheckout-to-Che.patch (text/plain), 6.03 KB, created by
PTFS Europe Sandboxes
on 2024-01-19 11:57:46 UTC
(
hide
)
Description:
Bug 35831: Move UpdateItemLocationOnCheckout to Checkout policy section
Filename:
MIME Type:
Creator:
PTFS Europe Sandboxes
Created:
2024-01-19 11:57:46 UTC
Size:
6.03 KB
patch
obsolete
>From 0c68b04e47858189693e02d4bb601198b6002d92 Mon Sep 17 00:00:00 2001 >From: Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> >Date: Wed, 17 Jan 2024 16:38:24 -0500 >Subject: [PATCH] Bug 35831: Move UpdateItemLocationOnCheckout to Checkout > policy section > >This patch moves the UpdateItemLocationOnCheckout system preference from >the Checkin policy section of the circulation preferences to the >Checkout policy section. > >To test: >1. Apply patch >2. Go to Administration > System preferences > Circulation >3. Check that UpdateItemLocationOnCheckout is under Checkout policy > >The text should be the same as before, and the feature should not have changed. > >Signed-off-by: Aude <aude.charillon@ptfs-europe.com> >--- > .../admin/preferences/circulation.pref | 34 +++++++++---------- > 1 file changed, 17 insertions(+), 17 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 0ce5e1919e..24ad80f763 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 >@@ -546,6 +546,23 @@ Circulation: > - "<br />itype: [NEWBK,\"\"]" > - "<br /><strong>NOTE:</strong> The word 'NULL' can be used to block renewal on undefined fields, while an empty string \"\" will block on an empty (but defined) field." > - "<br /><strong>Configuration:</strong> <a href='/cgi-bin/koha/admin/authorised_values.pl?searchfield=CCODE'>Collections (CCODE)</a> | <a href='/cgi-bin/koha/admin/itemtypes.pl'>Item types</a>" >+ - >+ - pref: UpdateItemLocationOnCheckout >+ type: textarea >+ syntax: text/x-yaml >+ class: code >+ - "This is a list of value pairs. The first value is followed immediately by colon space then the second value.<br/><br/>" >+ - "Examples:<br/>" >+ - "PROC: FIC - causes an item in the Processing Center location to be updated into the Fiction location on check out.<br/>" >+ - "FIC: GEN - causes an item in the Fiction location to be updated into the General stacks location on check out.<br/>" >+ - "_BLANK_: FIC - causes an item that has no location to be updated into the Fiction location on check out.<br/>" >+ - "FIC: _BLANK_ - causes an item in location FIC to be updated to a blank location on check out.<br/>" >+ - "_ALL_: FIC - causes all items to be updated into the Fiction location on check out.<br/>" >+ - "PROC: _PERM_ - causes an item that is in the Processing Center to be updated to it's permanent location.<br/><br/>" >+ - "General rule: if the location value on the left of the colon (:) matches the item's current location, it will be updated to match the location value on the right of the colon (:).<br/>" >+ - "Note: PROC and CART are special values, for these locations the location and permanent_location can differ, in all other cases an update will affect both. Items in the CART location will be returned to their permanent location on checkout.<br/>" >+ - "The special term _BLANK_ may be used on either side of a value pair to update or remove the location from items with no location assigned.<br/>" >+ - "The special term _ALL_ is used on the left side of the colon (:) to affect all items, <strong>and overrides all other rules.</strong>" > - > - pref: UpdateNotForLoanStatusOnCheckout > type: textarea >@@ -629,23 +646,6 @@ Circulation: > - "Note: PROC and CART are special values, for these locations the location and permanent_location can differ, in all other cases an update will affect both. Items in the CART location will be returned to their permanent location on checkout.<br/>" > - "The special term _BLANK_ may be used on either side of a value pair to update or remove the location from items with no location assigned.<br/>" > - "The special term _ALL_ is used on the left side of the colon (:) to affect all items, <strong>and overrides all other rules.</strong>" >- - >- - pref: UpdateItemLocationOnCheckout >- type: textarea >- syntax: text/x-yaml >- class: code >- - "This is a list of value pairs. The first value is followed immediately by colon space then the second value.<br/><br/>" >- - "Examples:<br/>" >- - "PROC: FIC - causes an item in the Processing Center location to be updated into the Fiction location on check out.<br/>" >- - "FIC: GEN - causes an item in the Fiction location to be updated into the General stacks location on check out.<br/>" >- - "_BLANK_: FIC - causes an item that has no location to be updated into the Fiction location on check out.<br/>" >- - "FIC: _BLANK_ - causes an item in location FIC to be updated to a blank location on check out.<br/>" >- - "_ALL_: FIC - causes all items to be updated into the Fiction location on check out.<br/>" >- - "PROC: _PERM_ - causes an item that is in the Processing Center to be updated to it's permanent location.<br/><br/>" >- - "General rule: if the location value on the left of the colon (:) matches the item's current location, it will be updated to match the location value on the right of the colon (:).<br/>" >- - "Note: PROC and CART are special values, for these locations the location and permanent_location can differ, in all other cases an update will affect both. Items in the CART location will be returned to their permanent location on checkout.<br/>" >- - "The special term _BLANK_ may be used on either side of a value pair to update or remove the location from items with no location assigned.<br/>" >- - "The special term _ALL_ is used on the left side of the colon (:) to affect all items, <strong>and overrides all other rules.</strong>" > - > - pref: UpdateNotForLoanStatusOnCheckin > type: textarea >-- >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 35831
:
161120
|
161207
|
161310