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 64-74 Link Here
64
                            [% CASE 'cancelled' %]Cancelled
64
                            [% CASE 'cancelled' %]Cancelled
65
                        [% END %]
65
                        [% END %]
66
                    </td>
66
                    </td>
67
                    <td>[% order.basketname | html %] (<a href="basket.pl?basketno=[% order.basketno | uri %]">[% order.basketno | html %]</a>)</td>
67
                    <td><a href="basket.pl?basketno=[% order.basketno | uri %]">[% order.basketname | html %] ([% order.basketno | html %])</a></td>
68
                    <td>[% order.authorisedbyname | html %]</td>
68
                    <td>[% order.authorisedbyname | html %]</td>
69
                    <td>
69
                    <td>
70
                        [% IF ( order.basketgroupid ) %]
70
                        [% IF ( order.basketgroupid ) %]
71
                            [% order.groupname | html %] (<a href="basketgroup.pl?op=add&booksellerid=[% order.id | uri %]&basketgroupid=[% order.basketgroupid | uri %]">[% order.basketgroupid | html %]</a>)
71
                        <a href="basketgroup.pl?op=add&booksellerid=[% order.id | uri %]&basketgroupid=[% order.basketgroupid | uri %]">[% order.groupname | html %] ([% order.basketgroupid | html %])</a>
72
                        [% ELSE %]
72
                        [% ELSE %]
73
                            &nbsp;
73
                            &nbsp;
74
                        [% END %]
74
                        [% END %]
75
- 

Return to bug 22664