https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32748 --- Comment #14 from Michaela Sieber <michaela.sieber@kit.edu> --- (In reply to mathieu saby from comment #13)
Hi We asked Biblibre to fix that bug a few monthes ago so I would like to add some comments from a librarian point of view.
I am not completely sure of the predicted behavior of the patch, but please consider this situation : We have 2 libraries: - the library A has only 2 locations LOCA-1 and LOCA-2 - the library B has only 2 locations LOCB-1 and LOCB-2. An item's homebranch is library A, location LOCA-1. The librarian is connected to library B
The location LOCA-1 should be preserved when the librarian edits the item in order to change an other item field. But he must not be allowed to change the location to LOCB-1 or LOCB-2. It would result in a data inconsistency because those location are not valid for Library A.
Is it the behavior you are planning ?
Hi Mathieu, these patches are for preventing data loss! Problem TODAY : If a librarian connected to library B is editing for example the item call number of an item with homebranch library A he will not be able to see the value location LOCA-1. Saving the item record will result in data loss because the empty location field in the item form overwrites the existing value LOCA-1. -- You are receiving this mail because: You are watching all bug changes.