From 087024ebae6759f1f7a78b97e581a31c9114f101 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 Content-Type: text/plain; charset=utf-8 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. Signed-off-by: Mark Tompsett Signed-off-by: Marcel de Rooy --- 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