22 May
2025
22 May
'25
6:23 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38477 --- Comment #8 from Andrew Fuerste-Henry <andrew@bywatersolutions.com> --- (In reply to Andrew Fuerste-Henry from comment #7)
(In reply to David Nind from comment #6)
SQL for step 12?
Sorry, I'm not familiar enough with the database structure to work out what table this data is in.
UPDATE issues SET issues.date_due='2025-01-01 12:00:00' WHERE issues.borrowernumber=[your patron] AND issues.itemnumber=[your item];
Oh, wait, sorry, I believe you want to change "issues" to "old_issues" in that. I didn't think about where this checkout was at that point in the test plan. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.