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