https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36368
Emmi Takkinen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #2 from Emmi Takkinen <[email protected]> --- We declare param "op" too early in memberentry.pl line 166. This line >$template->param( "op" => $op ); was like this before bug 34478: >$template->param( "add" => 1 ) if ( $op eq 'add' ); Add this point, $op is still "cud-insert". So when error occurs, instead of displaying add form, we display modify form. I assume this is easily fixed just by moving line 166 further in code. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ 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/
