[Koha-bugs] [Bug 29234] New: Transfers generated by stock rotation alert but do not initiate at checkin

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 13 19:18:01 CEST 2021


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

            Bug ID: 29234
           Summary: Transfers generated by stock rotation alert but do not
                    initiate at checkin
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: major
          Priority: P5 - low
         Component: Circulation
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: nick at bywatersolutions.com
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com

When a transfer is created by stock rotation, the transfer is left with a NULL
datesent - this is so the item won't be in transit until checked in.

When checked in, however, the buttons do not have the 'dotransfer' name
attribute, and so the transfer is not affected. This means the item tells you
to print a slip, but does not get marked as sent.

To reecreate:
(Ideally you would do this via stock rotation, but we can recreate easily via
DB)
1 - INSERT INTO branchtransfers
(itemnumber,daterequested,frombranch,tobranch,reason) VALUES
(676,NOW(),'CPL','MPL','StockrotationRepatriation');
2 - Check item in
3 - Print slip or hit OK
4 - Check the item, not in transit
5 - Check the DB, datesent is still null

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


More information about the Koha-bugs mailing list