From aa80a6670074dbe952a8d0b5ef96effd82340f13 Mon Sep 17 00:00:00 2001 From: Fridolyn SOMERS Date: Wed, 18 Sep 2013 15:11:46 +0200 Subject: [PATCH 2/2] Bug 10689 - public note does not appear in new order form a subscription Test by creating a new order to a basket using "From a subscription" link --- .../intranet-tmpl/prog/en/modules/acqui/newordersubscription.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersubscription.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersubscription.tt index ea9bc32..7d84700 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersubscription.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersubscription.tt @@ -76,7 +76,7 @@ --- [% END %][% IF (sub.unititle) %], [% sub.unititle %][% END %] - [% notes %] + [% IF (sub.publicnotes) %][% sub.publicnotes %][% END %] [% IF (sub.internalnotes) %]([% sub.internalnotes %])[% END %] -- 1.7.10.4