https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38477
--- Comment #8 from Andrew Fuerste-Henry <and...@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. _______________________________________________ Koha-bugs mailing list Koha-bugs@lists.koha-community.org 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/