From 806603832d41fd51fdb507a4a96e40c3b960ee35 Mon Sep 17 00:00:00 2001 From: Alex Buckley Date: Thu, 16 Aug 2018 17:23:18 +1200 Subject: [PATCH] Bug 21159 - Corrected typo Same test plan as first patch. Sponsored-By: Toi Ohomai Institute of Technology, New Zealand --- C4/Items.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/C4/Items.pm b/C4/Items.pm index 1bfa45c..f8bed52 100644 --- a/C4/Items.pm +++ b/C4/Items.pm @@ -201,11 +201,11 @@ sub CartToShelf { =head2 BlankShelvingLocation - BalnkShelvingLocation($itemnumber); + BlankShelvingLocation($itemnumber); -Set the value of the shelving location to blank when an item is issued or returned. +Set the value of the shelving location to blank when an item is issued. -This is called by C4::Circulation->AddIssue if the BlankItemLocationOnCheckout syspref is enabled +This is called by C4::Circulation->AddIssue if the UpdateItemLocationOnCheckout syspref is enabled =cut -- 2.1.4