Bugzilla – Attachment 174022 Details for
Bug 36221
Improve styling of Standard backend create OPAC form
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36221: (QA follow-up): Fix year value
Bug-36221-QA-follow-up-Fix-year-value.patch (text/plain), 1.39 KB, created by
Victor Grousset/tuxayo
on 2024-11-05 18:12:15 UTC
(
hide
)
Description:
Bug 36221: (QA follow-up): Fix year value
Filename:
MIME Type:
Creator:
Victor Grousset/tuxayo
Created:
2024-11-05 18:12:15 UTC
Size:
1.39 KB
patch
obsolete
>From 59a3cacf48a8b0eda1f4f9933140cdeaebd69b60 Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Wed, 30 Oct 2024 09:34:49 +0000 >Subject: [PATCH] Bug 36221: (QA follow-up): Fix year value > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net> >--- > Koha/ILL/Backend/shared-includes/form_input_helpers.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/Koha/ILL/Backend/shared-includes/form_input_helpers.inc b/Koha/ILL/Backend/shared-includes/form_input_helpers.inc >index 8928f791e6..e19c8349c3 100644 >--- a/Koha/ILL/Backend/shared-includes/form_input_helpers.inc >+++ b/Koha/ILL/Backend/shared-includes/form_input_helpers.inc >@@ -39,6 +39,6 @@ > [% PROCESS ill_text_input_field id = 'title' label = t('Title') value = whole.value.other.title %] > [% PROCESS ill_text_input_field id = 'volume' label = t('Volume') value = whole.value.other.volume %] > [% PROCESS ill_text_input_field id = 'issue' label = t('Issue number') value = whole.value.other.issue %] >- [% PROCESS ill_text_input_field id = 'year' label = t('Year') value = whole.value.other.issue %] >+ [% PROCESS ill_text_input_field id = 'year' label = t('Year') value = whole.value.other.year %] > [% PROCESS ill_text_input_field id = 'issn' label = t('ISSN') value = whole.value.other.issn %] > [% END %] >\ No newline at end of file >-- >2.47.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 36221
:
162715
|
162716
|
162933
|
162934
|
162948
|
162949
|
162970
|
162971
|
165462
|
165463
|
165464
|
165465
|
173706
|
173752
|
173753
|
173754
|
173755
|
173756
|
173939
|
173940
|
173941
|
173965
|
173969
|
174017
|
174018
|
174019
|
174020
|
174021
| 174022 |
174023
|
174024
|
174025
|
174026
|
174027
|
174385
|
174398
|
174454