From d6dc9b98192a629e18c001315af9f7662e6699fd Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Tue, 5 Apr 2011 11:58:41 +0200 Subject: [PATCH][SIGNED-OFF] Bug 6056: Notes were not shown when modifying order line 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. Signed-off-by: Paul Poulain --- .../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()
  • - +
  • The 2 following fields are available for your own usage. They can be useful for statistical purposes
    -- 1.7.1