https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40515
Marcel de Rooy <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA CC| |[email protected] --- Comment #3 from Marcel de Rooy <[email protected]> --- Git grep circ/pendingreserves.pl:} elsif ( $op =~ m|mark_as_lost| ) { circ/pendingreserves.pl: if ( $op eq 'cud-mark_as_lost_and_notify' koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt: <input type="hidden" name="op" value="cud-mark_as_lost" /> koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt: <input type="hidden" name="op" value="cud-mark_as_lost_and_notify" /> Instead of a partial test on mark_as_lost we should include the cud part here and either keep a regex or just specify the two choices possible. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
