From d673d7efdcdffe425722962336f8dc7f9f8940f0 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi 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 --- 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