https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=43402
--- Comment #4 from OpenFifth Sandboxes <[email protected]> --- Created attachment 204784 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=204784&action=edit Bug 43402: (follow-up) Use change= not change_given= for the new print links printfeercpt.pl only ever reads a 'change' param into its GetPreparedLetter substitute hash (matching the ACCOUNT_CREDIT/ CREDIT_* notice templates, which use [% change | $Price %]) - not change_given. The new alert's Print receipt links were built with change_given=, which would have silently dropped the Change amount from the printed receipt, same as the pre-existing bug fixed for the FinePaymentAutoPopup window.open calls by Bug 43288. Bug 43288 doesn't touch these new lines (they didn't exist yet when it was written), so fix them directly here rather than duplicating that patch. Sponsored-by: Martin Renvoize <[email protected]> Signed-off-by: Juliet Heltibridle <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list -- [email protected] To unsubscribe send an email to [email protected] website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
