Lines 31-54
Link Here
|
31 |
action="edit" |
31 |
action="edit" |
32 |
@go-to-edit-resource="goToResourceEdit" |
32 |
@go-to-edit-resource="goToResourceEdit" |
33 |
/> |
33 |
/> |
34 |
<ToolbarButton |
|
|
35 |
:to="{ |
36 |
path: '/cgi-bin/koha/acqui/basketheader.pl', |
37 |
query: { booksellerid: vendor.id, op: 'add_form' }, |
38 |
}" |
39 |
icon="plus" |
40 |
:title="$__('New basket')" |
41 |
callback="redirect" |
42 |
/> |
43 |
<ToolbarButton |
44 |
:to="{ |
45 |
path: '/cgi-bin/koha/admin/aqcontract.pl', |
46 |
query: { booksellerid: vendor.id, op: 'add_form' }, |
47 |
}" |
48 |
icon="plus" |
49 |
:title="$__('New contract')" |
50 |
callback="redirect" |
51 |
/> |
52 |
<ToolbarButton |
34 |
<ToolbarButton |
53 |
:to="{ |
35 |
:to="{ |
54 |
path: '/cgi-bin/koha/acqui/parcels.pl', |
36 |
path: '/cgi-bin/koha/acqui/parcels.pl', |
55 |
- |
|
|