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