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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt (-2 / +6 lines)
Lines 255-261 Link Here
255
        <tbody class="filterclass">
255
        <tbody class="filterclass">
256
        [% FOREACH loop_order IN loop_orders %]
256
        [% FOREACH loop_order IN loop_orders %]
257
            <tr>
257
            <tr>
258
                <td class="basketfilterclass">[% loop_order.basketname %] (<a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% loop_order.basketno %]">[% loop_order.basketno %]</a>)</td>
258
                <td class="basketfilterclass">
259
                  [% loop_order.basketname %] (<a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% loop_order.basketno %]">[% loop_order.basketno %]</a>)
260
                  [% IF (loop_order.firstname || loop_order.surname) %]
261
                    <br /> by [% loop_order.firstname %] [% loop_order.surname %]
262
                  [% END %]
263
                </td>
259
                <td>
264
                <td>
260
                  [% IF loop_order.basketgroupid %]
265
                  [% IF loop_order.basketgroupid %]
261
                    [% loop_order.basketgroupname %] (<a href="/cgi-bin/koha/acqui/basketgroup.pl?booksellerid=[% loop_order.booksellerid %]">[% loop_order.basketgroupid %]</a>)
266
                    [% loop_order.basketgroupname %] (<a href="/cgi-bin/koha/acqui/basketgroup.pl?booksellerid=[% loop_order.booksellerid %]">[% loop_order.basketgroupid %]</a>)
262
- 

Return to bug 11865