https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39555
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #180675|0 |1 is obsolete| | --- Comment #2 from David Nind <[email protected]> --- Created attachment 180889 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=180889&action=edit Bug 39555: Relabel "On Loan" in Transfers to Send This test plan edits database values rather than getting these transfers requested via StockRotation. I don't believe that impacts the validity of the testing. To test: 1 - enable StockRotation syspref (otherwise the Transfers to Show page doesn't show up) 2 - go to /cgi-bin/koha/circ/branchtransfers.pl and transfer an item 3 - log into the database and "update branchtransfers set datesent=NULL where branchtransfer_id=[your transfer]" 4 - go to /cgi-bin/koha/circ/transfers_to_send.pl 5 - confirm there is a column named "On shelf" and your transfer shows the value "On shelf" in that column 6 - back in the database, "update items set onloan=curdate() where itemnumber=[your item]" 7 - reload Transers to Send, confirm it now shows "Due [today]" for your item in the On Loan column 8 - apply patch 9 - reload Transfers to Send, confirm column is now titled "Date due" and the value for your item is still the due date 10 - back in the database, "update items set onloan=NULL where itemnumber=[your item]" 11 - reload Transfers to Send, confirm your item now shows a value of "Not checked out" Signed-off-by: David Nind <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ 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/
