https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28272 --- Comment #13 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Created attachment 121182 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=121182&action=edit Bug 28272: (QA follow-up) Add 'manager' to cashups definition The embeddable 'manager' relation field was missing from the specification file and as such calls using this embed would result in a 500 error since we introduced 'additionalProperties: false'. Test plan 1/ Enable 'UseCashRegisters' 2/ Navigate to the register details page 3/ Inspect the network traffic and note a 500 error on the cashups api call 4/ Apply the patch 5/ The 500 should have gone away and been replaced with an empty resultset 200 page. -- You are receiving this mail because: You are watching all bug changes.