[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
Thu Aug 10 17:24:24 CEST 2017


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

--- Comment #2 from Nick Clemens <nick at bywatersolutions.com> ---
Created attachment 65830
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65830&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.
You are the assignee for the bug.


More information about the Koha-bugs mailing list