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

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss (+5 lines)
Lines 1855-1860 i { Link Here
1855
// style for shelving location in catalogsearch
1855
// style for shelving location in catalogsearch
1856
.shelvingloc {
1856
.shelvingloc {
1857
    display: block;
1857
    display: block;
1858
    font-style: italic;
1859
}
1860
1861
td > .shelvingloc {
1862
    font-style: normal;
1858
}
1863
}
1859
1864
1860
// style for bundled detail in catalogsearch
1865
// style for bundled detail in catalogsearch
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt (-1 / +3 lines)
Lines 273-279 Link Here
273
                                    >[% trsfitemloo.item.barcode | html %]</a
273
                                    >[% trsfitemloo.item.barcode | html %]</a
274
                                ></td
274
                                ></td
275
                            >
275
                            >
276
                            <td class="tf-location"><span class="shelvingloc">[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.location', authorised_value => trsfitemloo.item.location ) | html %]</span></td>
276
                            <td class="tf-location">
277
                                <span class="shelvingloc">[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.location', authorised_value => trsfitemloo.item.location ) | html %]</span>
278
                            </td>
277
                            <td class="tf-itemcallnumber">[% trsfitemloo.item.itemcallnumber | html %]</td>
279
                            <td class="tf-itemcallnumber">[% trsfitemloo.item.itemcallnumber | html %]</td>
278
                            <td class="tf-itemtype">[% ItemTypes.GetDescription( trsfitemloo.item.effective_itemtype ) | html %]</td>
280
                            <td class="tf-itemtype">[% ItemTypes.GetDescription( trsfitemloo.item.effective_itemtype ) | html %]</td>
279
                            <td class="tf-ccode">[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.ccode', authorised_value => trsfitemloo.item.ccode ) | html %]</td>
281
                            <td class="tf-ccode">[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.ccode', authorised_value => trsfitemloo.item.ccode ) | html %]</td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt (-2 / +1 lines)
Lines 1383-1389 Link Here
1383
                            [%- END -%]
1383
                            [%- END -%]
1384
                        </td>
1384
                        </td>
1385
                        <td class="ci-shelvinglocation">
1385
                        <td class="ci-shelvinglocation">
1386
                            <span class="shelvingloc">[% checkin.item_location | html %]</span>
1386
                            <span class="shelvingloc"> [% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.location', authorised_value => checkin.item.location ) | html %] </span>
1387
                        </td>
1387
                        </td>
1388
                        <td class="ci-callnumber"> [% checkin.item.itemcallnumber | html %] </td>
1388
                        <td class="ci-callnumber"> [% checkin.item.itemcallnumber | html %] </td>
1389
                        <td class="ci-dateaccessioned"> [% checkin.item.dateaccessioned | $KohaDates %] </td>
1389
                        <td class="ci-dateaccessioned"> [% checkin.item.dateaccessioned | $KohaDates %] </td>
1390
- 

Return to bug 41006