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

(-)a/admin/columns_settings.yml (+2 lines)
Lines 162-167 modules: Link Here
162
              columnname: invoice
162
              columnname: invoice
163
            -
163
            -
164
              columnname: supplier_report
164
              columnname: supplier_report
165
            -
166
              columnname: place_hold
165
            -
167
            -
166
              columnname: modify
168
              columnname: modify
167
              cannot_be_toggled: 1
169
              cannot_be_toggled: 1
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt (-1 / +6 lines)
Lines 482-487 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
                                                    [% IF ( active ) %]
486
                                                    [% IF ( active ) %]
486
                                                        [% UNLESS ( closedate ) %]
487
                                                        [% UNLESS ( closedate ) %]
487
                                                            <th class="NoSort">Modify</th>
488
                                                            <th class="NoSort">Modify</th>
Lines 675-680 Link Here
675
                                                        [% IF Koha.Preference('EDIFACT') && ediaccount %]
676
                                                        [% IF Koha.Preference('EDIFACT') && ediaccount %]
676
                                                            <td>[% books_loo.suppliers_report | html %]</td>
677
                                                            <td>[% books_loo.suppliers_report | html %]</td>
677
                                                        [% END %]
678
                                                        [% END %]
679
                                                        <td>
680
                                                            <a href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% books_loo.biblionumber | uri %]">
681
                                                                Place a hold on the order
682
                                                            </a>
683
                                                        </td>
678
                                                        [% IF ( active ) %]
684
                                                        [% IF ( active ) %]
679
                                                            [% UNLESS ( closedate ) %]
685
                                                            [% UNLESS ( closedate ) %]
680
                                                                <td>
686
                                                                <td>
681
- 

Return to bug 34300