From: Paul Poulain <[email protected]>

---
 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

_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha.org/mailman/listinfo/koha-patches

Reply via email to