Bugzilla – Attachment 138842 Details for
Bug 31296
Add ability to disable demagnetizing items via SIP2 based on itemtypes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31296: (QA follow-up) Fix trivial spelling errors
Bug-31296-QA-follow-up-Fix-trivial-spelling-errors.patch (text/plain), 1.01 KB, created by
Tomás Cohen Arazi (tcohen)
on 2022-08-08 16:19:28 UTC
(
hide
)
Description:
Bug 31296: (QA follow-up) Fix trivial spelling errors
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2022-08-08 16:19:28 UTC
Size:
1.01 KB
patch
obsolete
>From d673d7efdcdffe425722962336f8dc7f9f8940f0 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Mon, 8 Aug 2022 13:15:29 -0300 >Subject: [PATCH] Bug 31296: (QA follow-up) Fix trivial spelling errors > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > C4/SIP/Sip/MsgType.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/C4/SIP/Sip/MsgType.pm b/C4/SIP/Sip/MsgType.pm >index 90287726303..f4633481e4b 100644 >--- a/C4/SIP/Sip/MsgType.pm >+++ b/C4/SIP/Sip/MsgType.pm >@@ -1760,7 +1760,7 @@ sub desensitize { > my $patron_categories = $server->{account}->{inhouse_patron_categories} // q{}; > my $item_types = $server->{account}->{inhouse_item_types} // q{}; > >- # If no patron categorie or item typess are set for never desensitize, no need to do anything >+ # If no patron categories or item types are set for never desensitize, no need to do anything > return $desensitize unless $patron_categories || $item_types; > > my $patron_category = $patron->ptype(); >-- >2.34.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 31296
:
138681
|
138691
|
138692
|
138693
| 138842