https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37645
Andrew Fuerste-Henry <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #34 from Andrew Fuerste-Henry <[email protected]> --- I get an error when filtering debits by both category and branch: DBI Exception: DBD::mysql::st execute failed: Column 'branchcode' in WHERE is ambiguous at /usr/share/perl5/Exception/Class/Base.pm line 88 The date filters are comparing the user-selected date to the datetime value in accountlines.date. This causes the Created After value to be inclusive of the date chosen but the Created Before value to exclude the date chosen. My preference here would be: - compare the user-selected date to only the date portion of accountlines.date - update the comparisons in search_for_writeoff to be >= and <= - reword the UI labels to read "Created on or after" and "Created on or before" The Tools sidebar isn't shown while in the Batch writeoff tool and Batch writeoff doesn't appear in the sidebar while using other tools. All of my attempts to writeoff resulted in background jobs that fail. Logs show: [2026/09/09 14:18:26] [WARN] Uncaught exception processing job id=55: Exception 'Koha::Exception' thrown 'batch_writeoff is not a valid job_type' main::catch {...} /kohadevbox/koha/misc/workers/background_jobs_worker.pl (235) -- 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/
