https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20491
--- Comment #7 from David Nind <[email protected]> --- Also, a couple of things I noted that are probably obvious to those more familiar with Koha and testing: - Test plan: Between steps 2 and 3, you need to check an item out for a record and use that record number for 'x' in step 3. Otherwise, the 'Checkout out' column doesn't display. This drove me a bit nuts trying to find the column (just kidding!). - The patch involves database updates. If you remove the branch used to test the bug (for example, git branch -D bz20491) and reset your koha repository (git reset --hard origin/master) then the column still displays as 'Due date'. You need to either reset the database (however you do that) or refresh your development environment (koha-testing-docker = CTRL C, docker-compose -p koha down, docker-compose -p koha up). -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
