@@ -, +, @@ --- C4/Items.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/C4/Items.pm +++ a/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 --