From 99ad99ce471024ac56b1ca4d3f85ff9d325cabb5 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 https://bugs.koha-community.org/show_bug.cgi?id=18888 --- C4/Items.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/C4/Items.pm b/C4/Items.pm index 100195e28d..599abe01ef 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