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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt (-6 / +2 lines)
Lines 526-532 Link Here
526
                                    <th scope="col">Status</th>
526
                                    <th scope="col">Status</th>
527
                                    <th scope="col" class="placed">&nbsp;</th>
527
                                    <th scope="col" class="placed">&nbsp;</th>
528
                                    <th scope="col" class="placed_formatted">Placed on</th>
528
                                    <th scope="col" class="placed_formatted">Placed on</th>
529
                                    <th scope="col">Replied</th>
530
                                    <th scope="col" class="updated">&nbsp;</th>
529
                                    <th scope="col" class="updated">&nbsp;</th>
531
                                    <th scope="col" class="updated_formatted">Updated on</th>
530
                                    <th scope="col" class="updated_formatted">Updated on</th>
532
                                    <th scope="col">Replied</th>
531
                                    <th scope="col">Replied</th>
Lines 825-833 Link Here
825
                    func: createActionLink,
824
                    func: createActionLink,
826
                    skipSanitize: true
825
                    skipSanitize: true
827
                },
826
                },
828
                borrowernumber: {
829
                    func: createPatronLink
830
                },
831
                illrequest_id: {
827
                illrequest_id: {
832
                    func: createRequestId
828
                    func: createRequestId
833
                },
829
                },
Lines 849-855 Link Here
849
                    name: _("Cardnumber")
845
                    name: _("Cardnumber")
850
                },
846
                },
851
                patron: {
847
                patron: {
852
                    skipSanitize: true
848
                    skipSanitize: true,
849
                    func: createPatronLink
853
                }
850
                }
854
            };
851
            };
855
852
856
- 

Return to bug 21063