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 304-310 Link Here
304
                        </div>
304
                        </div>
305
                    [% END # /FOR m %]
305
                    [% END # /FOR m %]
306
306
307
                    <h1>[% UNLESS ( basketno ) %]New[% END %]Basket [% basketname | html %] ([% basketno | html %]) for <a href="cgi-bin/koha/vendors/[% booksellerid | uri %]">[% booksellername | html %]</a></h1>
307
                    <h1>[% UNLESS ( basketno ) %]New[% END %]Basket [% basketname | html %] ([% basketno | html %]) for <a href="../vendors/[% booksellerid | uri %]">[% booksellername | html %]</a></h1>
308
308
309
                    [% IF ( basketno ) %]
309
                    [% IF ( basketno ) %]
310
                        <div id="acqui_basket_summary" class="row">
310
                        <div id="acqui_basket_summary" class="row">
311
- 

Return to bug 38010