From 8fcadd5490e40e8f6eafc389c3e1bf455d24d75f Mon Sep 17 00:00:00 2001 From: Fridolyn SOMERS Date: Wed, 18 Sep 2013 15:11:46 +0200 Subject: [PATCH] [PASSED QA] 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 Signed-off-by: Bernardo Gonzalez Kriegel Comment: Works as described. No koha-qa errors When creating a new basket from a susbcription, public note shows on Notes column. Signed-off-by: Katrin Fischer Tiny enhancement, passes tests and QA script. Works as described. --- .../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 a7f7019..6b37477 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersubscription.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersubscription.tt @@ -74,7 +74,7 @@ --- [% END %][% IF (sub.unititle) %], [% sub.unititle %][% END %] - [% notes %] + [% IF (sub.publicnotes) %][% sub.publicnotes %][% END %] [% IF (sub.internalnotes) %]([% sub.internalnotes %])[% END %] -- 1.7.9.5