From cd9ff0e81d47f03e09803c1e184a6cb055c5d8b9 Mon Sep 17 00:00:00 2001 From: The Minh Luong Date: Mon, 21 Mar 2022 09:21:50 -0400 Subject: [PATCH] Bug 12446: Fix typos Signed-off-by: Owen Leonard JD Amended patch: squashed and edited commit message Signed-off-by: Jonathan Druart --- members/memberentry.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/members/memberentry.pl b/members/memberentry.pl index 567458642f..0a85c91c21 100755 --- a/members/memberentry.pl +++ b/members/memberentry.pl @@ -752,12 +752,13 @@ 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"; $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 $template->param( BorrowerMandatoryField => C4::Context->preference("BorrowerMandatoryField"),#field to test with javascript + category_type => $category_type,#to know the category type of the borrower + "$category_type" => 1,# associate with step to know where u are destination => $destination,#to know where u come from and where u must go in redirect check_member => $check_member,#to know if the borrower already exist(=>1) or not (=>0) "op$op" => 1); -- 2.34.1