https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34596 Brendan Lawlor <blawlor@clamsnet.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |blawlor@clamsnet.org --- Comment #8 from Brendan Lawlor <blawlor@clamsnet.org> --- 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.