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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-toolbar.inc (-1 / +1 lines)
Lines 18-24 Link Here
18
        </div>
18
        </div>
19
            [% IF ( CAN_user_acquisition_vendors_manage ) %]
19
            [% IF ( CAN_user_acquisition_vendors_manage ) %]
20
                <div class="btn-group">
20
                <div class="btn-group">
21
                    <a class="btn btn-default" id="editsupplier" href="/cgi-bin/koha/vendors/[% booksellerid | html %]&amp;op=enter"><i class="fa-solid fa-pencil" aria-hidden="true"></i> Edit vendor</a>
21
                    <a class="btn btn-default" id="editsupplier" href="/cgi-bin/koha/vendors/[% booksellerid | html %]"><i class="fa-solid fa-pencil" aria-hidden="true"></i> Edit vendor</a>
22
                </div>
22
                </div>
23
                [% UNLESS ( basketcount OR subscriptioncount ) %]
23
                [% UNLESS ( basketcount OR subscriptioncount ) %]
24
                    <div class="btn-group">
24
                    <div class="btn-group">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt (-2 / +1 lines)
Lines 258-264 Link Here
258
                                    </div>
258
                                    </div>
259
                                [% END # /FOR m %]
259
                                [% END # /FOR m %]
260
260
261
                                <h1>[% UNLESS ( basketno ) %]New [% END %]Basket [% basketname | html %] ([% basketno | html %]) for <a href="cgi-bin/koha/vendors/[% booksellerid | uri %]">[% booksellername | html %]</a></h1>
261
                                <h1>[% UNLESS ( basketno ) %]New [% END %]Basket [% basketname | html %] ([% basketno | html %]) for <a href="../vendors/[% booksellerid | uri %]">[% booksellername | html %]</a></h1>
262
262
263
                                [% IF ( basketno ) %]
263
                                [% IF ( basketno ) %]
264
                                    <div id="acqui_basket_summary" class="row">
264
                                    <div id="acqui_basket_summary" class="row">
265
- 

Return to bug 38010