https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28263
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #7 from David Nind <[email protected]> --- My testing notes (koha-testing-docker): 1. Setup so notice generated: . Change AutoRenewalNotices to 'according to patron messaging preferences' . Add an email address for a patron . Tick email for auto renewal under messaging references for the patron 2. Check out an item for the patron - when checking out expand the checkout settings and tick the automatic renewal box, and change the renewal date to before today 3. Run the auto renewal script: misc/cronjobs/automatic_renewals.pl -c -s -v => result (numbers will be different depending on item and patron): getting auto renewals found 1 auto renewals examining item '578' to auto renew Issue id: 3 for borrower: 49 and item: 578 will be renewed. 4. Check patron's notices - automatic renewal notice should say the renewal was successful 5. Run auto renewal script again (step 3) - result will be: getting auto renewals found 1 auto renewals examining item '578' to auto renew Issue id: 3 for borrower: 49 and item: 578 will be renewed.6. 6. Check patron's notices - automatic renewal notice should say not renewed 7. Checked diff and reviewed changes 8. After patch applied, renewal notice (under Tools > Notices & slips) and patron's notices should reflect updated wording -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
