From 5dc233c2c85cd6f38cf03386db731727c07ce368 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Thu, 17 May 2018 11:38:39 +0000 Subject: [PATCH] Bug 20774: Trivial HTML error in itemslost.tt This patch makes a minor correction to the markup of the lost items report template. To test, apply the patch and run the lost items report with parameters which will return results. The report results should look correct, and the page should validate with no relevant errors. --- koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemslost.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemslost.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemslost.tt index 83c82eb..596e99d 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemslost.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemslost.tt @@ -87,7 +87,7 @@ [% item.biblio.author %] [% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.itemlost', authorised_value => item.itemlost ) %] - [% item.itemlost_on | $KohaDates %] + [% item.itemlost_on | $KohaDates %] [% item.barcode %] -- 2.1.4