Bug 15400: Display date of birth and age more consistantly
[koha-equinox.git] / koha-tmpl / intranet-tmpl / prog / en / modules / members / tables / guarantor_search.tt
index a82f0e8..38ec5aa 100644 (file)
@@ -14,7 +14,7 @@
                 "dt_name":
                     "[% INCLUDE 'patron-title.inc' borrowernumber = data.borrowernumber category_type = data.category_type firstname = data.firstname surname = data.surname othernames = data.othernames cardnumber = data.cardnumber invert_name = 1%]",
                 "dt_dateofbirth":
-                    "[% data.dateofbirth | $KohaDates %]",
+                    "[% INCLUDE 'patron-age.inc' patron = data %]",
                 "dt_address":
                     "[% INCLUDE escape_address data=data %]",
                 "dt_action":