From f4ae9bad32d3b1dd656cee84e28938b6613d3b8b 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 (cherry picked from commit 4ce18e2a86b0af7548caaeaf26f7571d2244e35e) Signed-off-by: Tomas Cohen Arazi --- .../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 ea9bc32e33..7d847008ef 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 %] -- 2.39.5