From d3ce584f4aa7279f84779fc20fc45f43d4afe890 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Thu, 7 Oct 2021 15:44:03 +0000 Subject: [PATCH] Bug 28579: Typo: No record have been imported because they all match an existing record in your catalog. This patch corrects a grammatical error in text which might be shown when adding records from a staged file to a basket. It corrects this: "No record have been imported because they all match an existing record in your catalog." ..to this: "No records have been imported because they all match existing records in your catalog." To see the error in Koha, apply the patch and export some records from Koha (Tools -> Export) and then re-import them using Tools -> Stage MARC for import. - Go to Acquisitions -> Vendor -> Basket -> Add to basket -> From a staged file. - Click the "Add to order" button corresponding to the file you just uploaded. - Select all records and define default accounting details. - When you click "Save" you should see the error message. Signed-off-by: David Nind --- .../intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt index a8eef315e6..d80aaef044 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt @@ -29,7 +29,7 @@ Batch list
[% IF ( allmatch ) %]

No records imported

- No record have been imported because they all match an existing record in your catalog.
You'll have to treat them individually. + No records have been imported because they all match existing records in your catalog.
You'll have to treat them individually.
[% END %] -- 2.20.1