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

(-)a/C4/Items.pm (-4 / +3 lines)
Lines 201-211 sub CartToShelf { Link Here
201
201
202
=head2 BlankShelvingLocation
202
=head2 BlankShelvingLocation
203
203
204
    BalnkShelvingLocation($itemnumber);
204
    BlankShelvingLocation($itemnumber);
205
205
206
Set the value of the shelving location to blank when an item is issued or returned.
206
Set the value of the shelving location to blank when an item is issued.
207
207
208
This is called by C4::Circulation->AddIssue if the BlankItemLocationOnCheckout syspref is enabled
208
This is called by C4::Circulation->AddIssue if the UpdateItemLocationOnCheckout syspref is enabled
209
209
210
=cut
210
=cut
211
211
212
- 

Return to bug 21159