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

(-)a/C4/Serials.pm (+1 lines)
Lines 553-558 sub SearchSubscriptions { Link Here
553
            biblio.title,
553
            biblio.title,
554
            biblio.author,
554
            biblio.author,
555
            biblio.biblionumber,
555
            biblio.biblionumber,
556
            aqbooksellers.name AS vendorname,
556
            biblioitems.issn
557
            biblioitems.issn
557
        FROM subscription
558
        FROM subscription
558
            LEFT JOIN subscriptionhistory USING(subscriptionid)
559
            LEFT JOIN subscriptionhistory USING(subscriptionid)
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersubscription.tt (-1 / +4 lines)
Lines 60-65 Link Here
60
                                <th>ISSN</th>
60
                                <th>ISSN</th>
61
                                <th class="anti-the">Title</th>
61
                                <th class="anti-the">Title</th>
62
                                <th> Notes </th>
62
                                <th> Notes </th>
63
                                <th>Vendor</th>
63
                                <th>Library</th>
64
                                <th>Library</th>
64
                                <th>Call number</th>
65
                                <th>Call number</th>
65
                                <th class="title-string">Expiration date</th>
66
                                <th class="title-string">Expiration date</th>
Lines 78-83 Link Here
78
                                    [% IF (sub.internalnotes) %]([% sub.internalnotes %])[% END %]
79
                                    [% IF (sub.internalnotes) %]([% sub.internalnotes %])[% END %]
79
                                </td>
80
                                </td>
80
                                <td>
81
                                <td>
82
                                    [% IF (sub.vendorname) %][% sub.vendorname %][% END %]
83
                                </td>
84
                                <td>
81
                                    [% IF (sub.branchcode) %][% Branches.GetName( sub.branchcode ) %][% END %]
85
                                    [% IF (sub.branchcode) %][% Branches.GetName( sub.branchcode ) %][% END %]
82
                                </td>
86
                                </td>
83
                                <td>
87
                                <td>
84
- 

Return to bug 9896