https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40445 --- Comment #196 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 201792 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=201792&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 Sponsored-by: OpenFifth <https://openfifth.co.uk/> Signed-off-by: Jackie Usher <jackie.usher@westsussex.gov.uk> Signed-off-by: Andrew Fuerste Henry <andrew@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.