Bugzilla – Attachment 15064 Details for
Bug 9438
Biblio notes displayed when ordering
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 9438: biblio notes displayed when adding order
SIGNED-OFF-Bug-9438-biblio-notes-displayed-when-ad.patch (text/plain), 1.64 KB, created by
Owen Leonard
on 2013-02-05 16:59:17 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 9438: biblio notes displayed when adding order
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2013-02-05 16:59:17 UTC
Size:
1.64 KB
patch
obsolete
>From 0d2bd4fa30ce04906cc9dc2fbb8f49a348319f95 Mon Sep 17 00:00:00 2001 >From: Adrien Saurat <adrien.saurat@biblibre.com> >Date: Mon, 21 Jan 2013 12:13:41 +0100 >Subject: [PATCH] [SIGNED-OFF] Bug 9438: biblio notes displayed when adding > order >Content-Type: text/plain; charset="utf-8" > >The biblio notes should not appear in the "Notes" textarea >of the "New order" page, in Acquisitions. > >TEST PLAN >1) Find a biblio with a note (for example 300$a in UNIMARC, 500$a >in USMARC), or add a note to a biblio. > >2) In a basket, create a new order for that title. Before the patch, >the "Notes" textarea contains the note from the biblio. After the patch >the textarea is empty. > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > .../prog/en/modules/acqui/neworderempty.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt >index 536d439..7b2d07b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt >@@ -548,7 +548,7 @@ $(document).ready(function() > </li> > <li> > <label for="notes">Notes: </label> >- <textarea id="notes" cols="30" rows="3" name="notes" >[% notes %]</textarea> >+ <textarea id="notes" cols="30" rows="3" name="notes" ></textarea> > </li> > <li><div class="hint">The 2 following fields are available for your own usage. They can be useful for statistical purposes</div> > <label for="sort1">Statistic 1: </label> >-- >1.7.9.5
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 9438
:
14732
|
15064
|
15070
|
15186
|
15187
|
16576
|
16577