From b6d78c5104ccc20981acac4927d04b762ecbc930 Mon Sep 17 00:00:00 2001 From: Paul Poulain Date: Tue, 28 Apr 2009 22:31:37 +0200 Subject: [PATCH] newordersuggestion * deal with granular perms * deal with uncertain prices --- acqui/newordersuggestion.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/acqui/newordersuggestion.pl b/acqui/newordersuggestion.pl index 7d53bc2635..b5f2db0224 100755 --- a/acqui/newordersuggestion.pl +++ b/acqui/newordersuggestion.pl @@ -106,6 +106,7 @@ my $publishercode = $input->param('publishercode'); my $op = $input->param('op'); my $suggestionid = $input->param('suggestionid'); my $duplicateNumber = $input->param('duplicateNumber'); +my $uncertainprice = $input->param('uncertainprice'); $op = 'else' unless $op; @@ -116,7 +117,7 @@ my ( $template, $borrowernumber, $cookie ) = get_template_and_user( type => "intranet", query => $input, authnotrequired => 1, - flagsrequired => { acquisition => 1 }, + flagsrequired => { acquisition => 'order_manage' }, } ); -- 2.20.1