[Koha-patches] [PATCH 46/78] lateorders, deal with granular perms

paul.poulain at biblibre.com paul.poulain at biblibre.com
Thu May 28 18:32:56 CEST 2009


From: Paul Poulain <paul.poulain at biblibre.com>

---
 acqui/lateorders.pl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/acqui/lateorders.pl b/acqui/lateorders.pl
index 222b233..e948d2f 100755
--- a/acqui/lateorders.pl
+++ b/acqui/lateorders.pl
@@ -60,7 +60,7 @@ my ($template, $loggedinuser, $cookie) = get_template_and_user({
 	query => $input,
 	 type => "intranet",
 	authnotrequired => 0,
-	  flagsrequired => {acquisition => 1},
+	flagsrequired => {acquisition => 'order_receive'},
 	debug => 1,
 });
 
-- 
1.6.0.4




More information about the Koha-patches mailing list