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

(-)a/circ/transferstoreceive.pl (+1 lines)
Lines 98-103 while ( my $library = $libraries->next ) { Link Here
98
                biblionumber   => $biblio->biblionumber,
98
                biblionumber   => $biblio->biblionumber,
99
                itemnumber     => $item->itemnumber,
99
                itemnumber     => $item->itemnumber,
100
                barcode        => $item->barcode,
100
                barcode        => $item->barcode,
101
                ccode          => $item->ccode,
101
                homebranch     => $item->homebranch,
102
                homebranch     => $item->homebranch,
102
                holdingbranch  => $item->holdingbranch,
103
                holdingbranch  => $item->holdingbranch,
103
                itemcallnumber => $item->itemcallnumber,
104
                itemcallnumber => $item->itemcallnumber,
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transferstoreceive.tt (-1 / +4 lines)
Lines 1-5 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Asset %]
2
[% USE Asset %]
3
[% USE AuthorisedValues %]
3
[% USE Koha %]
4
[% USE Koha %]
4
[% USE KohaDates %]
5
[% USE KohaDates %]
5
[% USE Branches %]
6
[% USE Branches %]
Lines 65-70 Link Here
65
                                        <td>
66
                                        <td>
66
                                            [% INCLUDE 'biblio-title.inc' biblio=reser link = 1 %] [% IF ( reser.author ) %]by [% reser.author | html %][% END %]
67
                                            [% INCLUDE 'biblio-title.inc' biblio=reser link = 1 %] [% IF ( reser.author ) %]by [% reser.author | html %][% END %]
67
                                            [% IF ( reser.itemtype ) %](<strong>[% reser.itemtype | html %]</strong>)[% END %]
68
                                            [% IF ( reser.itemtype ) %](<strong>[% reser.itemtype | html %]</strong>)[% END %]
69
                                            [% IF ( reser.ccode ) -%]
70
                                                <span class="collection_code">Collection: [% AuthorisedValues.GetDescriptionByKohaField(kohafield => 'items.ccode', authorised_value => reser.ccode) | html %]</span>
71
                                            [%- END %]
68
                                            <br />Barcode: [% reser.barcode | html %]
72
                                            <br />Barcode: [% reser.barcode | html %]
69
                                        </td>
73
                                        </td>
70
                                        <td
74
                                        <td
71
- 

Return to bug 41206