https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37161 --- Comment #3 from Phil Ringnalda <phil@chetcolibrary.org> --- Oh, I see, not magic, just common practice to do something like https://git.koha-community.org/Koha-community/Koha/src/commit/b0b168b6f84ef0... where you add a template param of $op => 1, which worked fine when it was also common practice to name ops in a way compatible with TT variable names, which are alphanumeric plus underscore, which doesn't include the hyphen in cud-. So every script with a cud- op needs to have its template checked for use of the former op name, and the script needs to be updated to set the non-cud- version of it if the template uses it? Fun! -- You are receiving this mail because: You are watching all bug changes.