From c48c9e7fc758f938795a1ba4fe2027d035e213d5 Mon Sep 17 00:00:00 2001 From: Aleisha Date: Thu, 24 Mar 2016 01:20:30 +0000 Subject: [PATCH] Bug 16142: Making 'Order' a button for New Order Suggestions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To test: 1) Go to Acquisitions and find a vendor 2) Add to a basket from a suggestion 3) Confirm that 'Order' next to the suggestions looks like a button and works as expected Sponsored-by: Catalyst IT Signed-off-by: Marc VĂ©ron Signed-off-by: Jonathan Druart --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersuggestion.tt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersuggestion.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersuggestion.tt index 11ab144..5d996fb 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersuggestion.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersuggestion.tt @@ -70,11 +70,11 @@ [% suggestions_loo.surnamemanagedby %][% IF ( suggestions_loo.firstnamemanagedby ) %],[% END %] [% suggestions_loo.firstnamemanagedby %] - + [% IF ( suggestions_loo.biblionumber ) %] - Order + Order [% ELSE %] - Order + Order [% END %] -- 2.7.0