Bugzilla – Attachment 3661 Details for
Bug 6056
Notes on order line not shown when modifying
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed patch
0001-Bug-6056-Notes-were-not-shown-when-modifying-order-l.patch (text/plain), 1.44 KB, created by
Katrin Fischer
on 2011-04-05 10:08:08 UTC
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2011-04-05 10:08:08 UTC
Size:
1.44 KB
patch
obsolete
>From 3736af72c53be8583058fbc5367431748bc7a86d Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Tue, 5 Apr 2011 11:58:41 +0200 >Subject: [PATCH] Bug 6056: Notes were not shown when modifying order line >Content-Type: text/plain; charset="utf-8" > >To test: >- add a new order in acquisitions with some content in the notes field >- save order >- modify order - Notes field will be shown as empty > >The template variable for notes is missing from the template. >--- > .../prog/en/modules/acqui/neworderempty.tmpl | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tmpl >index e2895c6..d8b34ce 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tmpl >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tmpl >@@ -405,7 +405,7 @@ $(document).ready(function() > </li> > <li> > <label for="notes">Notes: </label> >- <textarea id="notes" cols="30" rows="3" name="notes"></textarea> >+ <textarea id="notes" cols="30" rows="3" name="notes" ><!-- TMPL_VAR 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.1 >
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 6056
:
3661
|
3667