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

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

Return to bug 20952