From c99707b7c40d824dcf4a243cc016e00dc7677840 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 Signed-off-by: Tomas Cohen Arazi --- 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 e95e817f7a5..7d972b0cc77 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.30.1