[Koha-bugs] [Bug 35293] Regression: Bug 33390 (QA follow-up) patch overwrote the template changes to bug 25560

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Nov 9 21:56:03 CET 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35293

--- Comment #2 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
I think it's not as easy as it sounds. The patch you refer to removed the
mention of ONLYMESSAGE making it an undocumented feature.

               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'."
-            - 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/>"
+            - "&nbsp-1: 0<br/><br/>"
+            - "CR:<br/>"
+            - "&nbsp1: 0<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/>"

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list