Bugzilla – Attachment 150812 Details for
Bug 32766
Update plugin unimarc_field_116.pl fields
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32766: (QA follow-up) Remove stray p from USE statements
Bug-32766-QA-follow-up-Remove-stray-p-from-USE-sta.patch (text/plain), 1.01 KB, created by
Katrin Fischer
on 2023-05-08 21:37:44 UTC
(
hide
)
Description:
Bug 32766: (QA follow-up) Remove stray p from USE statements
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2023-05-08 21:37:44 UTC
Size:
1.01 KB
patch
obsolete
>From 3a7cc55a4ebb8075c4c808053e0f415d85829bb8 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Mon, 8 May 2023 21:36:28 +0000 >Subject: [PATCH] Bug 32766: (QA follow-up) Remove stray p from USE statements > >+q[% SET footerjs = 1 %] >--- > .../en/modules/cataloguing/value_builder/unimarc_field_116.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_116.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_116.tt >index 16f6588c87..6b8ad714ac 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_116.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_116.tt >@@ -1,5 +1,5 @@ >-q[% SET footerjs = 1 %] >- [% PROCESS 'i18n.inc' %] >+[% SET footerjs = 1 %] >+[% PROCESS 'i18n.inc' %] > [% INCLUDE 'doc-head-open.inc' %] > <title>UNIMARC field 116 builder</title> > [% INCLUDE 'doc-head-close.inc' %] >-- >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 32766
:
145842
|
145843
|
145844
|
145877
|
150794
|
150795
|
150810
|
150811
| 150812