View | Details | Raw Unified | Return to bug 5718
Collapse All | Expand All

(-)a/cataloguing/moveitem.pl (-2 / +1 lines)
Lines 48-54 my ($template, $loggedinuser, $cookie) Link Here
48
                 query => $query,
48
                 query => $query,
49
                 type => "intranet",
49
                 type => "intranet",
50
                 authnotrequired => 0,
50
                 authnotrequired => 0,
51
                 flagsrequired => {editcatalogue => 'edit_catalogue'},
51
        flagsrequired   => { editcatalogue => 'edit_items' },
52
                 debug => 1,
52
                 debug => 1,
53
                 });
53
                 });
54
54
55
- 

Return to bug 5718