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

(-)a/admin/columns_settings.yml (+2 lines)
Lines 154-159 modules: Link Here
154
              columnname: estimated_delivery_date
154
              columnname: estimated_delivery_date
155
            -
155
            -
156
              columnname: supplier_report
156
              columnname: supplier_report
157
            -
158
              columnname: place_hold
157
            -
159
            -
158
              columnname: modify
160
              columnname: modify
159
              cannot_be_toggled: 1
161
              cannot_be_toggled: 1
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt (-1 / +6 lines)
Lines 475-480 Link Here
475
                                                    [% IF Koha.Preference('EDIFACT') && ediaccount %]
475
                                                    [% IF Koha.Preference('EDIFACT') && ediaccount %]
476
                                                        <th>Supplier report</th>
476
                                                        <th>Supplier report</th>
477
                                                    [% END %]
477
                                                    [% END %]
478
                                                    <th>Place hold</th>
478
                                                    [% IF ( active ) %]
479
                                                    [% IF ( active ) %]
479
                                                        [% UNLESS ( closedate ) %]
480
                                                        [% UNLESS ( closedate ) %]
480
                                                            <th class="NoSort">Modify</th>
481
                                                            <th class="NoSort">Modify</th>
Lines 653-658 Link Here
653
                                                        [% IF Koha.Preference('EDIFACT') && ediaccount %]
654
                                                        [% IF Koha.Preference('EDIFACT') && ediaccount %]
654
                                                            <td>[% books_loo.suppliers_report | html %]</td>
655
                                                            <td>[% books_loo.suppliers_report | html %]</td>
655
                                                        [% END %]
656
                                                        [% END %]
657
                                                        <td>
658
                                                            <a href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% books_loo.biblionumber | uri %]">
659
                                                                Place a hold on the order
660
                                                            </a>
661
                                                        </td>
656
                                                        [% IF ( active ) %]
662
                                                        [% IF ( active ) %]
657
                                                            [% UNLESS ( closedate ) %]
663
                                                            [% UNLESS ( closedate ) %]
658
                                                                <td>
664
                                                                <td>
659
- 

Return to bug 34300