Bugzilla – Attachment 137335 Details for
Bug 30763
Typo: Barcode proceeds bibliographic data
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30763: fixes spelling of 'proceeds'
Bug-30763-fixes-spelling-of-proceeds.patch (text/plain), 1.69 KB, created by
Koha Training Catalyst
on 2022-07-07 22:22:14 UTC
(
hide
)
Description:
Bug 30763: fixes spelling of 'proceeds'
Filename:
MIME Type:
Creator:
Koha Training Catalyst
Created:
2022-07-07 22:22:14 UTC
Size:
1.69 KB
patch
obsolete
>From c86e7b306a0a4e5578f3acdc38f8d30048db4727 Mon Sep 17 00:00:00 2001 >From: Evan Giles <evan@catalyst.net.nz> >Date: Thu, 7 Jul 2022 22:19:37 +0000 >Subject: [PATCH] Bug 30763: fixes spelling of 'proceeds' > >Test plan: >1. Login to the staff interface >2. go to tools >3. go to label creator >4. Click New -> Layout >5. Click the 'Choose layout type' dropdown >6. Notice the 'barcode proceeds biblio data' and 'biblio data proceeds >barcode'. These are typos >7. Apply the patch and refresh the page >8 repeat step 5. Confirm 'proceeds' now correctly says 'precedes' > >Sponsored by: Catalyst IT >--- > koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-layout.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-layout.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-layout.tt >index 7d9d76a188..e3393c763b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-layout.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-layout.tt >@@ -3,8 +3,8 @@ > [%- BLOCK translate_label_types -%] > [%- SWITCH type -%] > [%- CASE 'BIB' -%]<span> Only the bibliographic data is printed</span> >- [%- CASE 'BARBIB'-%]<span> Barcode proceeds bibliographic data</span> >- [%- CASE 'BIBBAR'-%]<span> Bibliographic data proceeds barcode</span> >+ [%- CASE 'BARBIB'-%]<span> Barcode precedes bibliographic data</span> >+ [%- CASE 'BIBBAR'-%]<span> Bibliographic data precedes barcode</span> > [%- CASE 'ALT' -%]<span> Barcode and bibliographic data are printed on alternating labels</span> > [%- CASE 'BAR' -%]<span> Only the barcode is printed</span> > [%- END -%] >-- >2.11.0
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 30763
:
137335
|
137336
|
137372