Bugzilla – Attachment 95198 Details for
Bug 14963
Add the ability to suggest purchase from existing titles
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14973: Remove double textarea for notes
Bug-14973-Remove-double-textarea-for-notes.patch (text/plain), 1.95 KB, created by
Séverine Queune
on 2019-11-08 11:10:48 UTC
(
hide
)
Description:
Bug 14973: Remove double textarea for notes
Filename:
MIME Type:
Creator:
Séverine Queune
Created:
2019-11-08 11:10:48 UTC
Size:
1.95 KB
patch
obsolete
>From 4c3fc3d044ee8f365d58c026f0110c7f33963587 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 16 Oct 2019 15:54:39 +0200 >Subject: [PATCH] Bug 14973: Remove double textarea for notes > >Certainly a bad merge conflict resolution (I am certainly the one to >blame). >However I do not understand where this "note" variable come from. > >Signed-off-by: Lisette Scheer <lisetteslatah@gmail.com> > >https://bugs.koha-community.org/show_bug.cgi?id=14963 >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt >index ca367f3..7650af8 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt >@@ -187,11 +187,10 @@ > <li> > [% IF ( note_required ) %] > <label for="note" class="required">Notes:</label> >- <textarea name="note" id="note" rows="5" cols="40" required="required"></textarea> >+ <textarea name="note" id="note" rows="5" cols="40" required="required">[% note %]</textarea> > <span class="required">Required</span> > [% ELSE %] > <label for="note">Notes:</label> >- <textarea name="note" id="note" rows="5" cols="40"></textarea> > <textarea name="note" id="note" rows="5" cols="40">[% note %]</textarea> > [% END %] > </li> >-- >2.1.4
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 14963
:
95170
|
95173
|
95174
|
95175
|
95195
|
95196
|
95197
|
95198
|
95200
|
95201
|
95202
|
95203
|
95204
|
95205
|
95206
|
95207
|
96322
|
96323
|
96324