Koha/members
Jonathan Druart 2cf1e97e5c 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.

Signed-off-by: Marc Véron <veron@veron.ch>

Signed-off-by: Katrin Fischer  <katrin.fischer@bsz-bw.de>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
2016-09-02 14:23:16 +00:00
..
boraccount.pl
default_messageprefs.pl
deletemem.pl Bug 17097: [QA Follow-up] Exit after redirect 2016-08-18 15:55:24 +00:00
discharge.pl Bug 15823: Can still access patron discharge slip without having the syspref on 2016-05-06 04:20:48 +00:00
discharges.pl
files.pl Bug 16154: CGI->multi_param - Force scalar context 2016-04-26 23:16:43 +00:00
guarantor_search.pl
mancredit.pl
maninvoice.pl
member-flags.pl
member-password.pl Bug 16992: FIX CSRF in member-password.pl 2016-08-10 13:34:02 +00:00
member.pl Bug 16154: CGI->multi_param - Force scalar context 2016-04-26 23:16:43 +00:00
memberentry.pl Bug 16993: Fix CSRF in memberentry.pl 2016-08-10 13:25:25 +00:00
members-home.pl Bug 16960 - Patron::Modifications should be fixed 2016-08-22 11:46:05 +00:00
members-update-do.pl Bug 16960 - Patron::Modifications should be fixed 2016-08-22 11:46:05 +00:00
members-update.pl Bug 16960 - Patron::Modifications should be fixed 2016-08-22 11:46:05 +00:00
mod_debarment.pl Bug 16154: CGI->multi_param - Force scalar context 2016-04-26 23:16:43 +00:00
moremember.pl Bug 16849: Move IsDebarred to Koha::Patron->is_debarred 2016-07-15 18:08:14 +00:00
nl-search.pl Bug 16154: CGI->multi_param - Force scalar context 2016-04-26 23:16:43 +00:00
notices.pl
patronimage.pl
pay.pl Bug 14605 - Corrects the individual fine's description 2016-06-10 17:34:08 +00:00
paycollect.pl Bug 17052: Display patron category description in the sidebar of paycollect 2016-08-10 14:12:22 +00:00
print_overdues.pl
printfeercpt.pl
printinvoice.pl
printslip.pl
purchase-suggestions.pl
readingrec.pl Bug 3669: Moving 'Add a new message' into a pop up box and adding to patron toolbar 2016-06-24 13:20:13 +00:00
routing-lists.pl Bug 3669: Moving 'Add a new message' into a pop up box and adding to patron toolbar 2016-06-24 13:20:13 +00:00
setstatus.pl
statistics.pl
summary-print.pl Bug 17128: Make summary-print.pl plack safe 2016-09-02 14:23:16 +00:00
update-child.pl