Bugzilla – Attachment 140682 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: Add filters
Bug-31569-Add-filters.patch (text/plain), 2.11 KB, created by
ByWater Sandboxes
on 2022-09-15 15:01:32 UTC
(
hide
)
Description:
Bug 31569: Add filters
Filename:
MIME Type:
Creator:
ByWater Sandboxes
Created:
2022-09-15 15:01:32 UTC
Size:
2.11 KB
patch
obsolete
>From c0ab1d20b6194e0b56be9f5e253cdf67bbf7ee32 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Thu, 15 Sep 2022 13:54:08 +0000 >Subject: [PATCH] Bug 31569: Add filters > >Signed-off-by: Andrew Fuerste-Henry <andrewfh@dubcolib.org> >--- > .../intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt | 6 +++--- > 1 file changed, 3 insertions(+), 3 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 afd306a5b9..491ad53938 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt >@@ -116,11 +116,11 @@ > <input type="checkbox" name="import_record_id" id="record_[% biblio.import_record_id | html %]" value="[% biblio.import_record_id | html %]" /> > <span class="citation"> > [%- biblio.import_biblio.title | html -%] >- [% biblio.import_biblio.author -%] >+ [% biblio.import_biblio.author | html -%] > [% IF (biblio.import_biblio.isbn || biblio.import_biblio.issn) -%]( >- [% biblio.import_biblio.isbn -%] >+ [% biblio.import_biblio.isbn | html -%] > [%- IF (biblio.import_biblio.isbn && biblio.import_biblio.issn ) %] & [%- END -%] >- [%- biblio.import_biblio.issn %] >+ [%- biblio.import_biblio.issn | html %] > ) > [%- END -%] > </span> >-- >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