@@ -, +, @@ details information - Add a subscription - Add a new basket - Add a order line using "Add from subscription" - Go to the subscription details page, check the acquisitions tab - Try the link to the basket - it should not work - Apply patch - Try the link again - now it should bring up the basket page with the order. --- koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tt @@ -408,7 +408,7 @@ [%# invoice %] [% IF CAN_user_acquisition_order_manage %] - [% parent_order.basket.basketname | html %] ([% parent_order.basket.basketno | html %]) + [% parent_order.basket.basketname | html %] ([% parent_order.basket.basketno | html %]) [% ELSE %] [% parent_order.basket.basketname | html %] ([% parent_order.basket.basketno | html %]) [% END %] --