https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37645
--- Comment #36 from Laura Escamilla <[email protected]> --- Thanks for testing! I've pushed a follow-up addressing the issues you found: --Fixed the ambiguous branchcode when branch and patron category filters are used together. --Changed the date filters to compare against the date portion of the account line date and made the boundaries inclusive. --Updated the labels to “Created on or after” and “Created on or before.” --Added Batch writeoff to the Tools sidebar and added the sidebar to the Batch writeoff page. --Added regression coverage for the combined category/branch filters and date behavior. I also reproduced the background job issue. The batch_writeoff job type was correctly registered, but my long_tasks worker was still running with the previous code loaded. After restarting that worker, a new Batch writeoff job completed successfully (1/1). The focused account line and background job tests are passing, and git diff --check is clean. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list -- [email protected] To unsubscribe send an email to [email protected] website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
