| Summary: | permanent location becomes CART. | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Olli-Antti Kivilahti <olli-antti.kivilahti> |
| Component: | Cataloging | Assignee: | Galen Charlton <gmcharlt> |
| Status: | RESOLVED DUPLICATE | QA Contact: | Testopia <testopia> |
| Severity: | major | ||
| Priority: | P5 - low | CC: | jonathan.druart, m.de.rooy, tmisilo |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| See Also: |
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7817 http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7634 |
||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | --- |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
|
Description
Olli-Antti Kivilahti
2014-10-06 07:23:43 UTC
Any idea how this could happen? This was fixed by Bug 7817. permanent_location was set when the Item was created, but it was lost when the Item was under the influence of cart_to_shelf.pl-cronjob and manually edited, before the cronjob updated the location to the original location. :) Because we have a custom call number prefix mapping feature, we managed to rebuild the correct locations based on the call number prefix, eg: Prefix => Branch, location PKA => CPL, Bookshelf PKL => CPL, Serials shelf PKM => CPL, Musics shelf Other cart_to_shelf.pl-users might not have been so lucky. I think we have had over 3000 Items lose their shelving locations due to this bug, but luckily all automatically corrected. |