From baf5ee015e45d8726c7b0abd0c8297ec50307ccb Mon Sep 17 00:00:00 2001 From: toins Date: Wed, 2 Aug 2006 07:55:19 +0000 Subject: [PATCH] neworderbiblio.pl replaces newbasket2.pl --- acqui/{newbasket2.pl => neworderbiblio.pl} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename acqui/{newbasket2.pl => neworderbiblio.pl} (98%) diff --git a/acqui/newbasket2.pl b/acqui/neworderbiblio.pl similarity index 98% rename from acqui/newbasket2.pl rename to acqui/neworderbiblio.pl index f05f391fae..d1efba0fb6 100755 --- a/acqui/newbasket2.pl +++ b/acqui/neworderbiblio.pl @@ -22,7 +22,7 @@ =head1 NAME -newbasket2.pl +neworderbiblio.pl =head1 DESCRIPTION this script allows to perform a new order from an existing record. @@ -122,7 +122,7 @@ my $count = scalar @booksellers; my ( $template, $loggedinuser, $cookie ) = get_template_and_user( { - template_name => "acqui/newbasket2.tmpl", + template_name => "acqui/neworderbiblio.tmpl", query => $input, type => "intranet", authnotrequired => 0, @@ -131,7 +131,7 @@ my ( $template, $loggedinuser, $cookie ) = get_template_and_user( } ); -#my $template = gettemplate("acqui/newbasket2.tmpl"); +#my $template = gettemplate("acqui/neworderbiblio.tmpl"); #print startpage(); #print startmenu('acquisitions'); my $invalidsearch; -- 2.39.5