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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt (-5 / +4 lines)
Lines 297-303 function verify_images() { Link Here
297
                'bAutoWidth': false,
297
                'bAutoWidth': false,
298
                "aaSorting": [[ 4, "desc" ]],
298
                "aaSorting": [[ 4, "desc" ]],
299
                "aoColumnDefs": [
299
                "aoColumnDefs": [
300
                    { "aTargets": [ 4, 5 ], "sType": "title-string" }
300
                    { "aTargets": "title-string", "sType": "title-string" }
301
                ]
301
                ]
302
            }));
302
            }));
303
303
Lines 936-943 function verify_images() { Link Here
936
          <th>Basket group</th>
936
          <th>Basket group</th>
937
          <th>Basket</th>
937
          <th>Basket</th>
938
          <th>Order number</th>
938
          <th>Order number</th>
939
          <th>Creation date</th>
939
          <th class="title-string">Creation date</th>
940
          <th>Receive date</th>
940
          <th class="title-string">Receive date</th>
941
          <th>Status</th>
941
          <th>Status</th>
942
          <th>Quantity</th>
942
          <th>Quantity</th>
943
        </tr>
943
        </tr>
Lines 947-953 function verify_images() { Link Here
947
          <tr>
947
          <tr>
948
            <td>
948
            <td>
949
            [% IF (order.id) %]
949
            [% IF (order.id) %]
950
                [% order.name %]
950
                <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% order.id %]" title="Vendor detail page">[% order.name %]</a>
951
            [% END %]
951
            [% END %]
952
            </td>
952
            </td>
953
            <td>
953
            <td>
954
- 

Return to bug 13962