From 791958d66feb7b777ad50c251903c4cd595e4450 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/C4/Items.pm b/C4/Items.pm index c4e005a..6d67372 100644 --- a/C4/Items.pm +++ b/C4/Items.pm @@ -189,9 +189,9 @@ sub CartToShelf { 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