From aa7ce51ccfe67af70e25382c8cf3b292953a5e9b Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 12 Feb 2021 10:54:04 +0100 Subject: [PATCH] Bug 27680: [DO NOT PUSH] Example patch on cities --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt index e95e817f7a..7d972b0cc7 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt @@ -140,6 +140,7 @@ City ID City + City/State State ZIP/Postal code Country @@ -206,6 +207,14 @@ "searchable": true, "orderable": true }, + { + "data": "name:state", + "searchable": true, + "orderable": true, + "render": function(data, type, row, meta) { + return row.name + " " + row.state; + } + }, { "data": "state", "searchable": true, -- 2.20.1