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 129-134 Link Here
129
                                    <th>[% tp('basket created by', 'Created by') | html %]</th>
129
                                    <th>[% tp('basket created by', 'Created by') | html %]</th>
130
                                    <th>Date</th>
130
                                    <th>Date</th>
131
                                    <th>Basket group</th>
131
                                    <th>Basket group</th>
132
                                    <th>Internal note</th>
132
                                    <th>Closed</th>
133
                                    <th>Closed</th>
133
                                    <th class="noExport">Actions</th>
134
                                    <th class="noExport">Actions</th>
134
                                </tr>
135
                                </tr>
Lines 172-177 Link Here
172
                                            [% END %]
173
                                            [% END %]
173
                                          [% END %]
174
                                          [% END %]
174
                                        </td>
175
                                        </td>
176
                                        <td>
177
                                            [% basket.note | html %]
178
                                        </td>
175
                                        <td data-order="[% basket.closedate | html %]">
179
                                        <td data-order="[% basket.closedate | html %]">
176
                                            [% basket.closedate | $KohaDates %]
180
                                            [% basket.closedate | $KohaDates %]
177
                                        </td>
181
                                        </td>
178
- 

Return to bug 31377