Bugzilla – Attachment 149802 Details for
Bug 32484
Enable framework plugins when UseACQFrameworkForBiblioRecords is set
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32484: (QA follow-up) Few typos
Bug-32484-QA-follow-up-Few-typos.patch (text/plain), 2.53 KB, created by
Marcel de Rooy
on 2023-04-18 13:05:31 UTC
(
hide
)
Description:
Bug 32484: (QA follow-up) Few typos
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2023-04-18 13:05:31 UTC
Size:
2.53 KB
patch
obsolete
>From 72f2aba580b563e60a8bba894195d2631731c2c9 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Tue, 18 Apr 2023 12:36:17 +0000 >Subject: [PATCH] Bug 32484: (QA follow-up) Few typos >Content-Type: text/plain; charset=utf-8 > >Test plan: >Run git grep "specifique key" >Run git grep "the fonction" > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > 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(-) > >diff --git a/Koha/UI/Form/Builder/Biblio.pm b/Koha/UI/Form/Builder/Biblio.pm >index 7465eeffff..340b27b27d 100644 >--- a/Koha/UI/Form/Builder/Biblio.pm >+++ b/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), >diff --git a/authorities/authorities.pl b/authorities/authorities.pl >index 501a012d24..bd20fd6374 100755 >--- a/authorities/authorities.pl >+++ b/authorities/authorities.pl >@@ -102,7 +102,7 @@ builds the <input ...> 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; >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt >index 280b4db05b..763db32c8a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt >+++ b/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(){ >-- >2.30.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 32484
:
144690
|
144706
|
147298
|
149798
|
149799
|
149800
|
149801
| 149802