https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36846 Sam Lau <samalau@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |samalau@gmail.com --- Comment #1 from Sam Lau <samalau@gmail.com> --- After completing a transaction, if you press the print receipt button at the top on the pos/pay.pl page, the receipt prints fine. That is because we have direct access to the 'collected' and 'change' variables and can pass them in the print receipt href. However, from the register summary page, these variables are now gone, so when we press print, they are both 0. It doesn't appear like these are stored anywhere so I think we would need to add them to the DB in order for this to work. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.