From bd84bf89e90fc821548108831852017e96146260 Mon Sep 17 00:00:00 2001 From: Laura Escamilla Date: Thu, 19 Oct 2023 17:46:49 +0000 Subject: [PATCH] Bug 34824: Added missing colon to 'Title' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To test: 0. Add budgets, vendors and baskets to acquisitions, if necessary 1. Go to Acquisitions 2. Click 'Search' next to the vendor search box 3. If you don't already have an open basket, create one by clicking New > Basket 4. Click 'Add to basket' 5. Click 'From an external source' 6. Search for a title or author (I searched for Shakespeare in the author field on the Library of Congress server) 7. To the right of a record (with a title) Click the arrow next to the MARC button and choose Order --> Notice that in the 'Catalog details' section, all labels are followed by a colon except 'Title' 8. Apply the patch and refresh the page. Notice that ’Title’ now has a colon. 9. Sign off and have a great day! --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 7e2fa8d653..e1c0268842 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt @@ -365,7 +365,7 @@ [% IF NOT Koha.Preference('UseACQFrameworkForBiblioRecords') OR NoACQframework %]
  1. [% IF ( biblionumber ) %] - Title + Title: [% title | html %] [% ELSE %] -- 2.30.2