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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt (-1 / +4 lines)
Lines 131-136 Link Here
131
                                    <th>[% tp('basket created by', 'Created by') | html %]</th>
131
                                    <th>[% tp('basket created by', 'Created by') | html %]</th>
132
                                    <th>Date</th>
132
                                    <th>Date</th>
133
                                    <th>Basket group</th>
133
                                    <th>Basket group</th>
134
                                    <th>Internal note</th>
134
                                    <th>Closed</th>
135
                                    <th>Closed</th>
135
                                    <th class="noExport">Actions</th>
136
                                    <th class="noExport">Actions</th>
136
                                </tr>
137
                                </tr>
Lines 174-179 Link Here
174
                                            [% END %]
175
                                            [% END %]
175
                                          [% END %]
176
                                          [% END %]
176
                                        </td>
177
                                        </td>
178
                                        <td>
179
                                            [% basket.note | html %]
180
                                        </td>
177
                                        <td data-order="[% basket.closedate | html %]">
181
                                        <td data-order="[% basket.closedate | html %]">
178
                                            [% basket.closedate | $KohaDates %]
182
                                            [% basket.closedate | $KohaDates %]
179
                                        </td>
183
                                        </td>
180
- 

Return to bug 31377