https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34596
Brendan Lawlor <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #8 from Brendan Lawlor <[email protected]> --- Test notes: For step 3 I used ktd --dbshell to clean up the database From the > prompt run: delete from branchtransfers; delete from background_jobs; update reserves SET found=NULL where found='T'; Then for steps 5, 8, 12 and 15 to check background jobs run: select count(*) from background_jobs; and I verified the count of background_jobs is 1 after the patch -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ 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/
