View | Details | Raw Unified | Return to bug 27680
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt (-1 / +9 lines)
Lines 140-145 Link Here
140
                <tr>
140
                <tr>
141
                    <th>City ID</th>
141
                    <th>City ID</th>
142
                    <th>City</th>
142
                    <th>City</th>
143
                    <th>City/State</th>
143
                    <th>State</th>
144
                    <th>State</th>
144
                    <th>ZIP/Postal code</th>
145
                    <th>ZIP/Postal code</th>
145
                    <th>Country</th>
146
                    <th>Country</th>
Lines 206-211 Link Here
206
                        "searchable": true,
207
                        "searchable": true,
207
                        "orderable": true
208
                        "orderable": true
208
                    },
209
                    },
210
                    {
211
                        "data": "name:state",
212
                        "searchable": true,
213
                        "orderable": true,
214
                        "render": function(data, type, row, meta) {
215
                            return row.name + " " + row.state;
216
                        }
217
                    },
209
                    {
218
                    {
210
                        "data": "state",
219
                        "data": "state",
211
                        "searchable": true,
220
                        "searchable": true,
212
- 

Return to bug 27680