There are two tables within the Patron module (in column configuration) that work with the Accounting portion of Koha. "Pay Fines" and "Account Fines" - both of these tables present the user with hiding a specific column found in these areas within the Accounting screens, however, attempting to hide "Return Date" in either/both of these tables does not work. To recreate:t 1. Go to Column Configuration. 2. Choose Patrons 3. Choose either Pay Fines or Account Fines table 4. Hide Return Date 5. Save 6. Check on patron's screen - boraccount.pl or pay.pl depending on which or both tables you attempted to hide the return date- see that the return date is still appearing. I have filed another bug similar to this 24515 dealing with these same tables.
I cannot reproduce this in master now. I believe the problem was solved by bz24515.
Created attachment 98351 [details] [review] Bug 24516: Add account_type to the columns settings on boraccount The column was missing from the yml file.
Created attachment 98357 [details] [review] Bug 24516: Add account_type to the columns settings on boraccount The column was missing from the yml file. Signed-off-by: David Nind <david@davidnind.com>
(In reply to Lucas Gass from comment #1) > I cannot reproduce this in master now. I believe the problem was solved by > bz24515. I was able to reproduce on master.
(In reply to Lucas Gass from comment #1) > I cannot reproduce this in master now. I believe the problem was solved by > bz24515. I think the problem here is that it works on one tab, but not the other: - Make a payment = OK - Transaction = Not OK
Created attachment 98614 [details] [review] Bug 24516: Add account_type to the columns settings on boraccount The column was missing from the yml file. Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Nice work everyone! Pushed to master for 20.05
Pushed to 19.11.x branch for 19.11.04
backported to 19.05.x for 19.05.09