https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38477
--- Comment #7 from Andrew Fuerste-Henry <[email protected]> --- (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]; -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ Koha-bugs mailing list [email protected] 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/
