[Koha-bugs] [Bug 17128] summary-print.pl is not plack safe

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Aug 15 16:50:27 CEST 2016


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

--- Comment #1 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Created attachment 54481
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=54481&action=edit
Bug 17128: Make summary-print.pl plack safe

$borrowernumber is used in build_issue_data but not correctly defined
(Variable "$borrowernumber" is not available)

That may cause wrong charge displayed in the summary slip.

Test plan:
- Set rental charge for an item type
- Define a rental discount for that item type in the circ rules
- check in an item matching this rule
Without this patch the charge displayed in the summary slip won't be
calculated with the discount
With this patch applied, the warning in the logs will no longer appear
and the values will be correctly calculated.

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


More information about the Koha-bugs mailing list