acquisition BasketGroup Bug Fix : wrong script parameter

This commit is contained in:
Henri-Damien LAURENT 2009-11-17 17:41:40 +01:00
parent 73de4a2e3f
commit e047ef7be3

View file

@ -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");