Bugzilla – Attachment 141511 Details for
Bug 31569
Remove GetImportsRecordRange from acqui/addorderiso2709
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31569: (QA follow-up) Remove additional spaces from ISBN/ISSN
Bug-31569-QA-follow-up-Remove-additional-spaces-fr.patch (text/plain), 2.23 KB, created by
Katrin Fischer
on 2022-10-07 14:30:36 UTC
(
hide
)
Description:
Bug 31569: (QA follow-up) Remove additional spaces from ISBN/ISSN
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2022-10-07 14:30:36 UTC
Size:
2.23 KB
patch
obsolete
>From 12042273c09571f0fb5b5e5b2481830a1a849d74 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer@bsz-bw.de> >Date: Fri, 7 Oct 2022 14:26:09 +0000 >Subject: [PATCH] Bug 31569: (QA follow-up) Remove additional spaces from > ISBN/ISSN > >Before this change, the ISBN woudl display like: ( isbn ) >This patch removes the additional spaces so the display is >the same as without this patch set on current master: (isbn) > >Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de> >--- > .../intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt | 7 +++---- > 1 file changed, 3 insertions(+), 4 deletions(-) > >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 491ad53938..9a8331fc7b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt >@@ -117,11 +117,10 @@ > <span class="citation"> > [%- biblio.import_biblio.title | html -%] > [% biblio.import_biblio.author | html -%] >- [% IF (biblio.import_biblio.isbn || biblio.import_biblio.issn) -%]( >- [% biblio.import_biblio.isbn | html -%] >+ [% IF (biblio.import_biblio.isbn || biblio.import_biblio.issn) -%] >+ ([%- biblio.import_biblio.isbn | html -%] > [%- IF (biblio.import_biblio.isbn && biblio.import_biblio.issn ) %] & [%- END -%] >- [%- biblio.import_biblio.issn | html %] >- ) >+ [%- biblio.import_biblio.issn | html %]) > [%- END -%] > </span> > </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 31569
:
140659
|
140660
|
140661
|
140662
|
140663
|
140664
|
140665
|
140676
|
140677
|
140678
|
140679
|
140680
|
140681
|
140682
|
141504
|
141505
|
141506
|
141507
|
141508
|
141509
|
141510
| 141511 |
142031