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

(-)a/admin/columns_settings.yml (+12 lines)
Lines 1261-1270 modules: Link Here
1261
    holds_awaiting_pickup:
1261
    holds_awaiting_pickup:
1262
      holdst:
1262
      holdst:
1263
        columns:
1263
        columns:
1264
            -
1265
              columnname: checkbox
1266
              cannot_be_toggled: 1
1267
              cannot_be_modified: 1
1264
            -
1268
            -
1265
              columnname: waiting_since
1269
              columnname: waiting_since
1266
            -
1270
            -
1267
              columnname: date_hold_placed
1271
              columnname: date_hold_placed
1272
            -
1273
              columnname: expiration_date
1268
            -
1274
            -
1269
              columnname: title
1275
              columnname: title
1270
            -
1276
            -
Lines 1286-1295 modules: Link Here
1286
1292
1287
      holdso:
1293
      holdso:
1288
        columns:
1294
        columns:
1295
            -
1296
              columnname: checkbox
1297
              cannot_be_toggled: 1
1298
              cannot_be_modified: 1
1289
            -
1299
            -
1290
              columnname: waiting_since
1300
              columnname: waiting_since
1291
            -
1301
            -
1292
              columnname: date_hold_placed
1302
              columnname: date_hold_placed
1303
            -
1304
              columnname: expiration_date
1293
            -
1305
            -
1294
              columnname: title
1306
              columnname: title
1295
            -
1307
            -
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/waiting_holds.inc (-5 / +6 lines)
Lines 6-13 Link Here
6
            [% IF select_column %]
6
            [% IF select_column %]
7
            <th class="NoSort"><input type="checkbox" class="select_hold_all"/></th>
7
            <th class="NoSort"><input type="checkbox" class="select_hold_all"/></th>
8
            [% END %]
8
            [% END %]
9
            <th class="title-string">Waiting since</th>
9
            <th>Waiting since</th>
10
            <th class="title-string">Date hold placed</th>
10
            <th>Date hold placed</th>
11
            <th>Expiration date</th>
11
            <th class="anti-the">Title</th>
12
            <th class="anti-the">Title</th>
12
            <th>Patron</th>
13
            <th>Patron</th>
13
            <th>Home library</th>
14
            <th>Home library</th>
Lines 25-32 Link Here
25
                [% IF select_column %]
26
                [% IF select_column %]
26
                <th><input type="checkbox" class="select_hold" data-id="[% reserveloo.reserve_id | html %]"/></th>
27
                <th><input type="checkbox" class="select_hold" data-id="[% reserveloo.reserve_id | html %]"/></th>
27
                [% END %]
28
                [% END %]
28
                <td><span title="[% reserveloo.waitingdate | html %]">[% reserveloo.waitingdate | $KohaDates %]</span></td>
29
                <td><span data-order="[% reserveloo.waitingdate | html %]">[% reserveloo.waitingdate | $KohaDates %]</span></td>
29
                <td><span title="[% reserveloo.reservedate | html %]">[% reserveloo.reservedate | $KohaDates %]</span></td>
30
                <td><span data-order="[% reserveloo.reservedate | html %]">[% reserveloo.reservedate | $KohaDates %]</span></td>
31
                <td><span data-order="[% reserveloo.expirationdate | html %]">[% reserveloo.expirationdate | $KohaDates %]</span></td>
30
                <td>
32
                <td>
31
                    [% INCLUDE 'biblio-title.inc' biblio=reserveloo.biblio link = 1 %]
33
                    [% INCLUDE 'biblio-title.inc' biblio=reserveloo.biblio link = 1 %]
32
                        [% UNLESS ( item_level_itypes ) %]
34
                        [% UNLESS ( item_level_itypes ) %]
33
- 

Return to bug 27868