https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39345 Nick Clemens (kidclamp) <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #185664|0 |1 is obsolete| | --- Comment #27 from Nick Clemens (kidclamp) <nick@bywatersolutions.com> --- Created attachment 185928 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=185928&action=edit Bug 39345: (QA follow-up): Add exception handling for unsupported counter release To test this on the UI, you can add the following line of code at the beginning on 'new' in SushiCounter.pm: ->{response}->{Report_Header}->{Release} = 6; This will force the release to be '6'. Then you can perform a harvest using the UI. The background job will fail with the error message saying that counter release 6 is not supported prove t/db_dependent/Koha/BackgroundJobs/ErmSushiHarvester.t Signed-off-by: Eric Phetteplace <phette23@gmail.com> Signed-off-by: Nick Clemens <nick@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.