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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt (-5 / +8 lines)
Lines 482-488 Link Here
482
                                                    [% IF Koha.Preference('EDIFACT') && ediaccount %]
482
                                                    [% IF Koha.Preference('EDIFACT') && ediaccount %]
483
                                                        <th>Supplier report</th>
483
                                                        <th>Supplier report</th>
484
                                                    [% END %]
484
                                                    [% END %]
485
                                                    <th>Place hold</th>
485
                                                    <th class="NoSort">Place hold</th>
486
                                                    [% IF ( active ) %]
486
                                                    [% IF ( active ) %]
487
                                                        [% UNLESS ( closedate ) %]
487
                                                        [% UNLESS ( closedate ) %]
488
                                                            <th class="NoSort">Modify</th>
488
                                                            <th class="NoSort">Modify</th>
Lines 516-521 Link Here
516
                                                        [% IF Koha.Preference('EDIFACT') && ediaccount %]
516
                                                        [% IF Koha.Preference('EDIFACT') && ediaccount %]
517
                                                            <th>&nbsp;</th>
517
                                                            <th>&nbsp;</th>
518
                                                        [% END %]
518
                                                        [% END %]
519
                                                        <th>&nbsp;</th>
519
                                                        [% IF ( active ) %]
520
                                                        [% IF ( active ) %]
520
                                                            [% UNLESS ( closedate ) %]
521
                                                            [% UNLESS ( closedate ) %]
521
                                                                <th>&nbsp;</th>
522
                                                                <th>&nbsp;</th>
Lines 547-552 Link Here
547
                                                    [% IF Koha.Preference('EDIFACT') && ediaccount %]
548
                                                    [% IF Koha.Preference('EDIFACT') && ediaccount %]
548
                                                        <th>&nbsp;</th>
549
                                                        <th>&nbsp;</th>
549
                                                    [% END %]
550
                                                    [% END %]
551
                                                    <th>&nbsp;</th>
550
                                                    [% IF ( active ) %]
552
                                                    [% IF ( active ) %]
551
                                                        [% UNLESS ( closedate ) %]
553
                                                        [% UNLESS ( closedate ) %]
552
                                                            <th>&nbsp;</th>
554
                                                            <th>&nbsp;</th>
Lines 677-685 Link Here
677
                                                            <td>[% books_loo.suppliers_report | html %]</td>
679
                                                            <td>[% books_loo.suppliers_report | html %]</td>
678
                                                        [% END %]
680
                                                        [% END %]
679
                                                        <td>
681
                                                        <td>
680
                                                            <a href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% books_loo.biblionumber | uri %]">
682
                                                            [% IF ( CAN_user_reserveforothers_place_holds ) %]
681
                                                                Place a hold on the order
683
                                                                <a href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% books_loo.biblionumber | uri %]">
682
                                                            </a>
684
                                                                    Place hold
685
                                                                </a>
686
                                                            [% END %]
683
                                                        </td>
687
                                                        </td>
684
                                                        [% IF ( active ) %]
688
                                                        [% IF ( active ) %]
685
                                                            [% UNLESS ( closedate ) %]
689
                                                            [% UNLESS ( closedate ) %]
686
- 

Return to bug 34300