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

(-)a/acqui/edifactmsgs.pl (-1 / +1 lines)
Lines 31-37 my ( $template, $loggedinuser, $cookie, $userflags ) = get_template_and_user( Link Here
31
        query           => $q,
31
        query           => $q,
32
        type            => 'intranet',
32
        type            => 'intranet',
33
        authnotrequired => 0,
33
        authnotrequired => 0,
34
        flagsrequired   => { acquisition => 'manage_edi' },
34
        flagsrequired   => { acquisition => 'edi_manage' },
35
        debug           => 1,
35
        debug           => 1,
36
    }
36
    }
37
);
37
);
(-)a/acqui/edimsg.pl (-2 / +1 lines)
Lines 31-37 my ( $template, $loggedinuser, $cookie, $userflags ) = get_template_and_user( Link Here
31
        query           => $q,
31
        query           => $q,
32
        type            => 'intranet',
32
        type            => 'intranet',
33
        authnotrequired => 0,
33
        authnotrequired => 0,
34
        flagsrequired   => { acquisition => 'manage_edi' },
34
        flagsrequired   => { acquisition => 'edi_manage' },
35
        debug           => 1,
35
        debug           => 1,
36
    }
36
    }
37
);
37
);
38
- 

Return to bug 20861