http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3701 --- Comment #4 from Jonathan Druart <jonathan.druart@biblibre.com> --- (In reply to comment #3)
Have you tried it with AutomaticItemReturn enabled?
If AutomaticItemReturn is enabled: Without your patch: - I checkout an item from A - I change my library for B - I checkin the item - The interface tell me: "Please return BIBLIO_TITLE to A" - I go on the catalogue detail page and the item informations are status = In transit from B, to A, since [date] homelibrary = A Book Cart After returned to A, information become: status = Available homelibrary = A A (permanent_location and location) With your patch, I have status = In transit from B, to A, since [date] homelibrary = A A After returned to A, information become: status = Available homelibrary = A Book Cart Is it the expected behaviour ? If it is, don't we want the same behaviour whatever the value of AutomaticItemReturn ? -- You are receiving this mail because: You are watching all bug changes.