From 8179218082eab6daefffba847d0ee9e016a1b952 Mon Sep 17 00:00:00 2001 From: Hayley Mapley Date: Wed, 27 Mar 2019 10:44:14 +1300 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 60ef0d3c08..4114607860 100644 --- a/C4/Items.pm +++ b/C4/Items.pm @@ -146,10 +146,10 @@ sub CartToShelf { BlankShelvingLocation($itemnumber); Set the value of the shelving location to blank when an -item is issued or returned. +item is issued. This is called by -C4:Circulation->AddIssue if the BlankItemLocationOnCheckout +C4::Circulation->AddIssue if the UpdateItemLocationOnCheckout syspref is enabled =cut -- 2.11.0