[Koha-bugs] [Bug 20491] Use "Date due" in table header of item table

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Jan 19 05:22:00 CET 2019


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

--- Comment #7 from David Nind <david at davidnind.com> ---
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.


More information about the Koha-bugs mailing list