Bug 6240 : pass a hash to template not a scalar
[koha.git] / acqui / supplier.pl
index 52d940c..2a4078a 100755 (executable)
@@ -64,7 +64,7 @@ my ( $template, $loggedinuser, $cookie ) = get_template_and_user(
         query           => $query,
         type            => 'intranet',
         authnotrequired => 0,
-        flagsrequired   => { acquisition => 'vendors_manage' },
+        flagsrequired   => { acquisition => '*' },
         debug           => 1,
     }
 );