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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/duplicate_orders.tt (-2 / +1 lines)
Lines 95-101 Basket [% basket.basketno | html %] › Duplicate existing orders Link Here
95
        <td>[% order.authorisedbyname | html %]</td>
95
        <td>[% order.authorisedbyname | html %]</td>
96
        <td>
96
        <td>
97
            [% IF ( order.basketgroupid ) %]
97
            [% IF ( order.basketgroupid ) %]
98
                [% order.groupname | html %] (<a href="basketgroup.pl?op=add&booksellerid=[% order.id | uri %]&basketgroupid=[% order.basketgroupid | html %]">[% order.basketgroupid | html %]</a>)
98
                [% order.groupname | html %] (<a href="basketgroup.pl?op=add&booksellerid=[% order.id | uri %]&basketgroupid=[% order.basketgroupid | uri %]">[% order.basketgroupid | html %]</a>)
99
            [% ELSE %]
99
            [% ELSE %]
100
                &nbsp;
100
                &nbsp;
101
            [% END %]
101
            [% END %]
102
- 

Return to bug 15184