View | Details | Raw Unified | Return to bug 21159
Collapse All | Expand All

(-)a/C4/Items.pm (-3 / +2 lines)
Lines 189-197 sub CartToShelf { Link Here
189
189
190
    BlankShelvingLocation($itemnumber);
190
    BlankShelvingLocation($itemnumber);
191
191
192
Set the value of the shelving location to blank when an item is issued or returned.
192
Set the value of the shelving location to blank when an item is issued.
193
193
194
This is called by C4::Circulation->AddIssue if the BlankItemLocationOnCheckout syspref is enabled
194
This is called by C4::Circulation->AddIssue if the UpdateItemLocationOnCheckout syspref is enabled
195
195
196
=cut
196
=cut
197
197
198
- 

Return to bug 21159