From d7b29df50635c83045ae869bbd4a500aae786eb2 Mon Sep 17 00:00:00 2001 From: Paul Poulain Date: Mon, 7 May 2012 23:26:16 +0200 Subject: [PATCH] Bug 7903 follow-up, wrong capital cases Also fixing a tiny indentation problem Signed-off-by: Chris Cormack --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt index 79fcb70264..3249cf7a45 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt @@ -66,8 +66,8 @@ Basket Basket group - Invoice Number - Order Number + Invoice number + Order number Summary Vendor Placed on @@ -79,7 +79,7 @@ [% FOREACH suggestions_loo IN suggestions_loop %] [% suggestions_loo.basketname %] ([% suggestions_loo.basketno %]) - [% suggestions_loo.groupname %] ([% suggestions_loo.basketgroupid %]) + [% suggestions_loo.groupname %] ([% suggestions_loo.basketgroupid %]) [% IF ( suggestions_loo.invoicenumber ) %] [% suggestions_loo.invoicenumber %] [% ELSE %] -- 2.39.2