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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt (-3 / +2 lines)
Lines 484-490 Link Here
484
                        </td>
484
                        </td>
485
                        <td>
485
                        <td>
486
                            <p>
486
                            <p>
487
                                [% IF ( books_loo.order_received ) %] (rcvd)[% END %]
487
                                [% IF ( books_loo.order_received ) %] <span class="order-received">(received)</span>[% END %]
488
                                [% IF books_loo.title %]
488
                                [% IF books_loo.title %]
489
                                    <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% books_loo.biblionumber | uri %]">[% books_loo.title | html %]</a>[% IF books_loo.author %] by [% books_loo.author | html %][% END %]
489
                                    <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% books_loo.biblionumber | uri %]">[% books_loo.title | html %]</a>[% IF books_loo.author %] by [% books_loo.author | html %][% END %]
490
                                [% ELSE %]
490
                                [% ELSE %]
Lines 620-626 Link Here
620
                    </td>
620
                    </td>
621
                    <td>
621
                    <td>
622
                      <p>
622
                      <p>
623
                        [% IF ( order.order_received ) %] (rcvd)[% END %]
623
                        [% IF ( order.order_received ) %] <span class="order-received">(received)</span>[% END %]
624
                        [% IF (order.title) %]
624
                        [% IF (order.title) %]
625
                          [% order.title | html %][% IF order.author %] by [% order.author | html %][% END %]
625
                          [% order.title | html %][% IF order.author %] by [% order.author | html %][% END %]
626
                        [% ELSE %]
626
                        [% ELSE %]
627
- 

Return to bug 26680