[Koha-bugs] [Bug 28263] AUTO_RENEWAL message for 'too_many' is wrong

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Oct 22 22:35:53 CEST 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28263

David Nind <david at davidnind.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |david at davidnind.com

--- Comment #7 from David Nind <david at davidnind.com> ---
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.


More information about the Koha-bugs mailing list