From 6e8ba78c8de45b7ccf91d7f39877a9d847cfa139 Mon Sep 17 00:00:00 2001 From: Aleisha Date: Wed, 3 Jun 2015 02:58:27 +0000 Subject: [PATCH] Bug 7232: Open suggestion in new tab in parcel.tt Forgot to add this in the first patch. Test case still applies as above. (Between step 4 and 5, click on the 'invoice number' of your basket to see the orders. Should've mentioned this) --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt index aef4804..7f80532 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt @@ -260,7 +260,7 @@ [% IF ( loop_order.suggestionid ) %]
Suggested by: [% loop_order.surnamesuggestedby %][% IF ( loop_order.firstnamesuggestedby ) %], [% loop_order.firstnamesuggestedby %] [% END %] - (suggestion #[% loop_order.suggestionid %]) + (suggestion #[% loop_order.suggestionid %]) [% END %]
[% IF ( loop_order.order_internalnote ) %] -- 1.7.10.4