Bugzilla – Attachment 94298 Details for
Bug 14973
Add an alert during purchase suggestion submissions to warn the user when an existing biblio appears to satisfy the request
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.85 KB, created by
Jonathan Druart
on 2019-10-16 13:57:36 UTC
(
hide
)
Description:
Bug 14973: Remove double textarea for notes
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2019-10-16 13:57:36 UTC
Size:
1.85 KB
patch
obsolete
>From 385ae0069a6a50ae6f2e8979a2d32aac5452ed88 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. >--- > 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 ca367f31cf..7650af864a 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.11.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 14973
:
43193
|
44091
|
44319
|
44320
|
44334
|
44335
|
60877
|
60913
|
93141
|
93142
|
94297
|
94298
|
94301
|
94302
|
94303
|
94304
|
95113
|
95114
|
95517
|
96255
|
96256
|
96257
|
96258
|
96259
|
96260
|
96261
|
96325
|
96326
|
96327
|
96328
|
96329
|
96330
|
96331