From fa63c77ec2014816517dd435cc9b61c6d9efbe5e Mon Sep 17 00:00:00 2001 From: Adrien Saurat Date: Mon, 21 Jan 2013 12:13:41 +0100 Subject: [PATCH] [PASSED QA] 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. 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 Signed-off-by: Paul Poulain --- .../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()
  • - +
  • The 2 following fields are available for your own usage. They can be useful for statistical purposes
    -- 1.7.9.5