@@ -, +, @@ --- C4/Items.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --- a/C4/Items.pm +++ a/C4/Items.pm @@ -201,11 +201,11 @@ sub CartToShelf { =head2 BlankShelvingLocation - BalnkShelvingLocation($itemnumber); + 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 --