[Koha-bugs] [Bug 19076] Renewal via Checkout screen is logged as both a renewal and a checkout

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Aug 11 17:36:56 CEST 2017


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

--- Comment #4 from Nick Clemens <nick at bywatersolutions.com> ---
Created attachment 65908
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65908&action=edit
Bug 19076 - Move issue logging in AddIssue into condtional clause

Currently AddIssue tests if renewal, but logs an issue even if so. This
patch moves the logging into the conditional so a log entry is only
added if we aren't renewing (as renewals are logged separately)

To test:
1 - prove t/db_dependent/Circulation.t - one test should fail
2 - Enable both issue and renewal logs
3 - Checkout an item to a patron
4 - View the logs - the issue is captured
5 - Checkout the item to the patron again and confirm renewal
6 - Both an issue and a renewal are logged
7 - Apply patch
8 Repeat 1-6, tests should pass and only renewal should be logged

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list