From 4ce18e2a86b0af7548caaeaf26f7571d2244e35e Mon Sep 17 00:00:00 2001 From: Fridolyn SOMERS Date: Wed, 18 Sep 2013 15:11:46 +0200 Subject: [PATCH] Bug 10689: make subscription public note appear when making a new order from 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. Signed-off-by: Galen Charlton --- .../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 a7f70195a2..6b37477095 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 %] -- 2.39.5