Bugzilla – Attachment 14732 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]
proposed patch
0001-Bug-9438-biblio-notes-displayed-when-adding-order.patch (text/plain), 1.27 KB, created by
Adrien SAURAT
on 2013-01-21 11:16:46 UTC
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Adrien SAURAT
Created:
2013-01-21 11:16:46 UTC
Size:
1.27 KB
patch
obsolete
>From ca35332fd77781fb29678863cf19fc94d3b37678 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] Bug 9438: biblio notes displayed when adding order > >The biblio notes should not appear in the "Notes" textarea >of the "New order" page, in Acquisitions. >--- > .../prog/en/modules/acqui/neworderempty.tt | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >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 398a568..893d02f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt >@@ -530,7 +530,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.5.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 9438
:
14732
|
15064
|
15070
|
15186
|
15187
|
16576
|
16577