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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt (-3 / +2 lines)
Lines 66-76 Link Here
66
                            [% CASE 'cancelled' %]Cancelled
66
                            [% CASE 'cancelled' %]Cancelled
67
                        [% END %]
67
                        [% END %]
68
                    </td>
68
                    </td>
69
                    <td>[% order.basketname | html %] (<a href="basket.pl?basketno=[% order.basketno | uri %]">[% order.basketno | html %]</a>)</td>
69
                    <td><a href="basket.pl?basketno=[% order.basketno | uri %]">[% order.basketname | html %] ([% order.basketno | html %])</a></td>
70
                    <td>[% order.authorisedbyname | html %]</td>
70
                    <td>[% order.authorisedbyname | html %]</td>
71
                    <td>
71
                    <td>
72
                        [% IF ( order.basketgroupid ) %]
72
                        [% IF ( order.basketgroupid ) %]
73
                            [% order.groupname | html %] (<a href="basketgroup.pl?op=add&booksellerid=[% order.id | uri %]&basketgroupid=[% order.basketgroupid | uri %]">[% order.basketgroupid | html %]</a>)
73
                        <a href="basketgroup.pl?op=add&booksellerid=[% order.id | uri %]&basketgroupid=[% order.basketgroupid | uri %]">[% order.groupname | html %] ([% order.basketgroupid | html %])</a>
74
                        [% ELSE %]
74
                        [% ELSE %]
75
                            &nbsp;
75
                            &nbsp;
76
                        [% END %]
76
                        [% END %]
77
- 

Return to bug 22664