https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40445 --- Comment #184 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 201344 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=201344&action=edit Bug 40445: (follow-up) Add default cud- op value to cashup selected form The two-phase cashup workflow added a 'Cashup selected registers' modal whose form's op hidden input had an empty value, populated at runtime by JavaScript. xt/find-missing-op-in-forms.t parses templates statically and flagged the empty op value as not starting with 'cud-' (see bug 34478). Set a sensible default of 'cud-cashup_start'; the JS click handlers still overwrite the value before submission, so behaviour is unchanged. Test plan: 1. prove xt/find-missing-op-in-forms.t => now passes -- You are receiving this mail because: You are watching all bug changes.