https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24786 --- Comment #53 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- (In reply to Andrew Fuerste-Henry from comment #52)
I'm getting an internal server error when trying to submit a sale without a register selected. "Missing mandatory parameter: cash_register at /usr/share/perl5/Exception/Class/Base.pm line 88"
Hmm.. I think this bug pre-exists prior to this patchset? Can you confirm how you are taking such an action.. are you switching to a branch with no cash registers defined and then attempting to pay (with a payment type of cash).. is that how you are managing to submit a payment without a register? This is sort of by design, we want to catch cases where cash payments do not include a register if UseCashRegisters is enabled. However, we should be catching it visibly prior to this point. Investigating -- You are receiving this mail because: You are watching all bug changes.