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: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected], [email protected]
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/