https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34924 --- Comment #27 from Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov> --- Created attachment 157933 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=157933&action=edit Bug 34924: (QA follow-up) correctly handle digest data compilation for successful renewal automatic_renewals.pl does some data compilation for digest notices that depends on the error value returned from attempt_auto_renew. However, on successful renewal $error is undefined. Add additional checks on value of $success and definedness of $error to compile data accurately and avoid warns for undefined variable Signed-off-by: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov> -- You are receiving this mail because: You are watching all bug changes.