acquisition BasketGroup Bug Fix : wrong script parameter
This commit is contained in:
parent
73de4a2e3f
commit
e047ef7be3
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ fieldset.various li {
|
|||
{ text: _("Edit bookseller"), url: "/cgi-bin/koha/acqui/booksellers.pl?booksellerid=<!-- TMPL_VAR name="booksellerid" -->"},
|
||||
]
|
||||
var ordersbutton = [
|
||||
{ text: _("Manage orders"), url: "/cgi-bin/koha/acqui/booksellers.pl?supplier=<!-- TMPL_VAR name="booksellerid" -->" },
|
||||
{ text: _("Manage orders"), url: "/cgi-bin/koha/acqui/booksellers.pl?supplierid=<!-- TMPL_VAR name="booksellerid" -->" },
|
||||
{ text: _("Edit uncertain prices"), url: "/cgi-bin/koha/acqui/uncertainprice.pl?booksellerid=<!-- TMPL_VAR name="booksellerid" -->&owner=1" },
|
||||
]
|
||||
new YAHOO.widget.Button("newbasketgroup");
|
||||
|
|
Loading…
Reference in a new issue