Bugzilla – Attachment 157533 Details for
Bug 34824
Add colon after "Title" in new acquisition order details
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34824: Added missing colon to 'Title'
Bug-34824-Added-missing-colon-to-Title.patch (text/plain), 2.05 KB, created by
ByWater Sandboxes
on 2023-10-20 15:00:43 UTC
(
hide
)
Description:
Bug 34824: Added missing colon to 'Title'
Filename:
MIME Type:
Creator:
ByWater Sandboxes
Created:
2023-10-20 15:00:43 UTC
Size:
2.05 KB
patch
obsolete
>From e30df19f11e3cac1d874b1936b59c78c9adf8971 Mon Sep 17 00:00:00 2001 >From: Laura Escamilla <laura.escamilla@bywatersolutions.com> >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! > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >Signed-off-by: Kelly <kelly@bywatersolutions.com> >--- > 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 %] > <ol><li> > [% IF ( biblionumber ) %] >- <span class="label">Title</span> >+ <span class="label">Title:</span> > <input type="hidden" name="title" value="[% title | html %]" /> <span class="title">[% title | html %]</span> > [% ELSE %] > <label for="entertitle">Title: </label> >-- >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 34824
:
157469
|
157471
|
157509
|
157533
|
157575