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

(-)a/admin/columns_settings.yml (+2 lines)
Lines 1111-1116 modules: Link Here
1111
            -
1111
            -
1112
              columnname: itype
1112
              columnname: itype
1113
            -
1113
            -
1114
              columnname: ccode
1115
            -
1114
              columnname: borrower
1116
              columnname: borrower
1115
            -
1117
            -
1116
              columnname: itemnote
1118
              columnname: itemnote
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt (-2 / +5 lines)
Lines 791-796 Link Here
791
                                        <th class="ci-dateaccessioned">Date acquired</th>
791
                                        <th class="ci-dateaccessioned">Date acquired</th>
792
                                        <th class="ci-recordlevelitemtype">Record-level itemtype</th>
792
                                        <th class="ci-recordlevelitemtype">Record-level itemtype</th>
793
                                        <th class="ci-itemtype">Item type</th>
793
                                        <th class="ci-itemtype">Item type</th>
794
                                        <th class="ci-collection">Collection</th>
794
                                        <th class="ci-patron">Patron</th>
795
                                        <th class="ci-patron">Patron</th>
795
                                        <th class="ci-note">Note</th>
796
                                        <th class="ci-note">Note</th>
796
                                    </tr>
797
                                    </tr>
Lines 844-850 Link Here
844
                                            [% ItemTypes.GetDescription( riloo.recordtype ) | html %]
845
                                            [% ItemTypes.GetDescription( riloo.recordtype ) | html %]
845
                                        </td>
846
                                        </td>
846
                                        <td class="ci-itemtype">
847
                                        <td class="ci-itemtype">
847
                                            [% ItemTypes.GetDescription( riloo.itemtype ) | html %] [% AuthorisedValues.GetByCode('CCODE', riloo.ccode) | html %]
848
                                            [% ItemTypes.GetDescription( riloo.itemtype ) | html %]
849
                                        </td>
850
                                        <td class="ci-collection">
851
                                            [% AuthorisedValues.GetByCode('CCODE', riloo.ccode) | html %]
848
                                        </td>
852
                                        </td>
849
                                        <td class="ci-patron">
853
                                        <td class="ci-patron">
850
                                            [% IF ( riloo.duedate ) %]
854
                                            [% IF ( riloo.duedate ) %]
851
- 

Return to bug 21750