@@ -, +, @@ => All tests should still pass --- members/memberentry.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/members/memberentry.pl +++ a/members/memberentry.pl @@ -823,7 +823,7 @@ if (C4::Context->preference('EnhancedMessagingPreferences')) { $template->param( borrower_data => \%data ); $template->param( "show_guarantor" => $categorycode ? Koha::Patron::Categories->find($categorycode)->canbeguarantee : 1); # associate with step to know where you are -$debug and warn "memberentry step: $step"; +my $debug and warn "memberentry step: $step"; $template->param( "step_$step" => 1) if $step; # associate with step to know where u are $template->param( step => $step ) if $step; # associate with step to know where u are --