[Koha-bugs] [Bug 15876] Removing a course-reserved item with no initial shelving location does not revert items.location to NULL

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Feb 1 20:19:54 CET 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15876

Baptiste <baptiste.wojtkowski at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |baptiste.wojtkowski at biblibr
                   |                            |e.com
           Assignee|koha-bugs at lists.koha-commun |baptiste.wojtkowski at biblibr
                   |ity.org                     |e.com

Fridolin SOMERS <fridolin.somers at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://bugs.koha-community
                   |                            |.org/bugzilla3/show_bug.cgi
                   |                            |?id=13311
                 CC|                            |fridolin.somers at biblibre.co
                   |                            |m

Baptiste <baptiste.wojtkowski at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |In Discussion

Kyle M Hall <kyle at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|In Discussion               |RESOLVED
                 CC|                            |kyle at bywatersolutions.com
         Resolution|---                         |DUPLICATE

--- Comment #1 from Baptiste <baptiste.wojtkowski at biblibre.com> ---
This behaviour is common for all location changes:

In the code in C4/Items.pl  -> _do_column_fixes_for_mod, is is explicitely
written that any change in item.location (except toward 'CART' and 'PROC'), if
permanent_location is empty, it will be populated.

The question is now to know, is it pertinent to add an exception and not run
this function for location in case of reserve course, but I don't think so.

--- Comment #2 from Kyle M Hall <kyle at bywatersolutions.com> ---


*** This bug has been marked as a duplicate of bug 10382 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list