|
Lines 23-29
Link Here
|
| 23 |
|
23 |
|
| 24 |
var manageorders = [ |
24 |
var manageorders = [ |
| 25 |
[% IF ( CAN_user_acquisition_order_manage ) %] |
25 |
[% IF ( CAN_user_acquisition_order_manage ) %] |
|
|
26 |
[% IF (active) %] |
| 26 |
{ text: _("New basket"), url: "/cgi-bin/koha/acqui/basketheader.pl?booksellerid=[% booksellerid %]&op=add_form"}, |
27 |
{ text: _("New basket"), url: "/cgi-bin/koha/acqui/basketheader.pl?booksellerid=[% booksellerid %]&op=add_form"}, |
|
|
28 |
[% END %] |
| 27 |
{ text: _("Baskets"), url: "/cgi-bin/koha/acqui/booksellers.pl?booksellerid=[% booksellerid %]"}, |
29 |
{ text: _("Baskets"), url: "/cgi-bin/koha/acqui/booksellers.pl?booksellerid=[% booksellerid %]"}, |
| 28 |
{ text: _("Basket groups"), url: "/cgi-bin/koha/acqui/basketgroup.pl?booksellerid=[% booksellerid %]"}, |
30 |
{ text: _("Basket groups"), url: "/cgi-bin/koha/acqui/basketgroup.pl?booksellerid=[% booksellerid %]"}, |
| 29 |
[% END %] |
31 |
[% END %] |
| 30 |
- |
|
|