fix bad link.
This commit is contained in:
parent
f790d69047
commit
2de0c38671
2 changed files with 2 additions and 2 deletions
|
@ -132,7 +132,7 @@ my $input = new CGI;
|
|||
# get_template_and_user used only to check auth & get user id
|
||||
my ( $template, $loggedinuser, $cookie ) = get_template_and_user(
|
||||
{
|
||||
template_name => "acqui/order.tmpl",
|
||||
template_name => "acqui/booksellers.tmpl",
|
||||
query => $input,
|
||||
type => "intranet",
|
||||
authnotrequired => 0,
|
||||
|
|
|
@ -68,7 +68,7 @@ use C4::Bookseller;
|
|||
my $query = new CGI;
|
||||
my ( $template, $loggedinuser, $cookie ) = get_template_and_user(
|
||||
{
|
||||
template_name => "acqui/suppliers.tmpl",
|
||||
template_name => "acqui/booksellers.tmpl",
|
||||
query => $query,
|
||||
type => "intranet",
|
||||
authnotrequired => 0,
|
||||
|
|
Loading…
Reference in a new issue