Bug 21750: Move collection code to its own column on checkins table
[koha-equinox.git] / koha-tmpl / intranet-tmpl / prog / en / modules / circ / returns.tt
index eb02762..0647470 100644 (file)
                                         <th class="ci-dateaccessioned">Date acquired</th>
                                         <th class="ci-recordlevelitemtype">Record-level itemtype</th>
                                         <th class="ci-itemtype">Item type</th>
+                                        <th class="ci-collection">Collection</th>
                                         <th class="ci-patron">Patron</th>
                                         <th class="ci-note">Note</th>
                                     </tr>
                                             [% ItemTypes.GetDescription( riloo.recordtype ) | html %]
                                         </td>
                                         <td class="ci-itemtype">
-                                            [% ItemTypes.GetDescription( riloo.itemtype ) | html %] [% AuthorisedValues.GetByCode('CCODE', riloo.ccode) | html %]
+                                            [% ItemTypes.GetDescription( riloo.itemtype ) | html %]
+                                        </td>
+                                        <td class="ci-collection">
+                                            [% AuthorisedValues.GetByCode('CCODE', riloo.ccode) | html %]
                                         </td>
                                         <td class="ci-patron">
                                             [% IF ( riloo.duedate ) %]