https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40445
--- Comment #170 from Andrew Fuerste-Henry <[email protected]> --- Created attachment 198872 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=198872&action=edit Bug 40445: (QA follow-up) Show cashup summary modal when completing from registers.pl When a single-register cashup is completed from the Cash summary page (registers.pl), pos/register.pl redirected back to registers.pl without the '#cashup-<id>' hash, so the hash-watcher in registers.tt never triggered the cashup summary modal. Completing the same cashup from the Transaction history page (register.pl) worked because that branch already appended the hash. Append '#cashup-<id>' to the registers.pl redirect URL too, so both the 'Record cashup' (quick) and 'Complete cashup' (two-phase) actions on the Cash summary page open the summary modal on return. Test plan: 1. Have at least one register with cash transactions. 2. From Cash summary (registers.pl), click 'Record cashup' on a register with no cashup in progress; complete it. => On return, cashup summary modal opens automatically. 3. Start a two-phase cashup; from Cash summary click 'Complete cashup' and confirm. => On return, cashup summary modal opens automatically. 4. From Transaction history (register.pl), complete a cashup as before. => Modal still opens (regression check). Sponsored-by: OpenFifth <https://openfifth.co.uk/> Signed-off-by: Andrew Fuerste Henry <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
