From 4edfc7900f6132c6771e4cfc820a5a3dc08d3e13 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 2 Oct 2017 14:22:27 -0300 Subject: [PATCH] Bug 19398: Format date of birth in circ patron search When searching for a patron from the circulation tab, the results table shows the date of birth unformatted. Test plan: Apply this patch, search for patrons in the circ tab and confirm that the date of birth are correctly formatted according to the dateformat syspref Signed-off-by: Katrin Fischer Signed-off-by: Nick Clemens Signed-off-by: Jonathan Druart --- .../prog/en/includes/circ-patron-search-results.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-patron-search-results.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/circ-patron-search-results.inc index 8ff24be8c5..29e72a2df9 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-patron-search-results.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/circ-patron-search-results.inc @@ -1,3 +1,4 @@ +[% USE KohaDates %]