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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt (-2 / +1 lines)
Lines 159-165 Link Here
159
                    [% IF ( CAN_user_acquisition_group_manage ) %]
159
                    [% IF ( CAN_user_acquisition_group_manage ) %]
160
                        <a href="basketgroup.pl?op=add&booksellerid=[% lateorder.basket.booksellerid | uri %]&basketgroupid=[% lateorder.basket.basketgroupid | uri %]" title="basketgroup">[% lateorder.basket.basket_group.name | html %] ([% lateorder.basket.basketgroupid | html %])</a>
160
                        <a href="basketgroup.pl?op=add&booksellerid=[% lateorder.basket.booksellerid | uri %]&basketgroupid=[% lateorder.basket.basketgroupid | uri %]" title="basketgroup">[% lateorder.basket.basket_group.name | html %] ([% lateorder.basket.basketgroupid | html %])</a>
161
                    [% ELSE %]
161
                    [% ELSE %]
162
                        [% lateorder.basket.basket_group.name | html %] ([% lateorder.basket.basketgroupid | html %])</a>
162
                        [% lateorder.basket.basket_group.name | html %] ([% lateorder.basket.basketgroupid | html %])
163
                    [% END %]
163
                    [% END %]
164
                [% END %]
164
                [% END %]
165
            </td>
165
            </td>
166
- 

Return to bug 38713