@@ -, +, @@ --- Koha/UI/Form/Builder/Biblio.pm | 2 +- authorities/authorities.pl | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) --- a/Koha/UI/Form/Builder/Biblio.pm +++ a/Koha/UI/Form/Builder/Biblio.pm @@ -76,7 +76,7 @@ sub generate_subfield_form { my $tagslib = $params->{tagslib}; my $mandatory_z3950 = $params->{mandatory_z3950} // {}; - my $index_subfield = $self->create_key(); # create a specifique key for each subfield + my $index_subfield = $self->create_key(); # create a specific key for each subfield # Apply optional framework default value when it is a new record, # or when editing as new (duplicating a record), --- a/authorities/authorities.pl +++ a/authorities/authorities.pl @@ -102,7 +102,7 @@ builds the entry for a subfield. sub create_input { my ( $tag, $subfield, $value, $index_tag, $rec, $authorised_values_sth, $cgi ) = @_; - my $index_subfield = CreateKey(); # create a specifique key for each subfield + my $index_subfield = CreateKey(); # create a specific key for each subfield # determine maximum length; 9999 bytes per ISO 2709 except for leader and MARC21 008 my $max_length = 9999; --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt @@ -130,7 +130,7 @@ updateCosts(); }); - //We apply the fonction only for modify option + //We apply the function only for modify option [% IF ( quantityrec and not subscriptionid ) %] [% IF ( acqcreate ) %] $('#quantity').blur(function(){ --