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

(-)a/koha-tmpl/intranet-tmpl/prog/js/vue/components/Vendors/VendorShow.vue (-1 / +18 lines)
Lines 15-20 Link Here
15
                icon="pencil"
15
                icon="pencil"
16
                :title="$__('Edit vendor')"
16
                :title="$__('Edit vendor')"
17
            />
17
            />
18
            <ButtonLink
19
                :to="{
20
                    path: '/cgi-bin/koha/acqui/basketheader.pl',
21
                    query: { booksellerid: vendor.id, op: 'add_form' },
22
                }"
23
                icon="plus"
24
                :title="$__('New basket')"
25
                callback="redirect"
26
            />
27
            <ButtonLink
28
                :to="{
29
                    path: '/cgi-bin/koha/admin/aqcontract.pl',
30
                    query: { booksellerid: vendor.id, op: 'add_form' },
31
                }"
32
                icon="plus"
33
                :title="$__('New contract')"
34
                callback="redirect"
35
            />
18
            <ButtonLink
36
            <ButtonLink
19
                :to="{
37
                :to="{
20
                    path: '/cgi-bin/koha/acqui/parcels.pl',
38
                    path: '/cgi-bin/koha/acqui/parcels.pl',
21
- 

Return to bug 38010