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

(-)a/acqui/ordered.pl (-1 / +1 lines)
Lines 46-52 my ( $template, $loggedinuser, $cookie ) = get_template_and_user( Link Here
46
        query           => $input,
46
        query           => $input,
47
        type            => "intranet",
47
        type            => "intranet",
48
        authnotrequired => 0,
48
        authnotrequired => 0,
49
        flagsrequired   => { acquisition => 1 },
49
        flagsrequired   => { acquisition => '*' },
50
        debug           => 1,
50
        debug           => 1,
51
    }
51
    }
52
);
52
);
(-)a/acqui/spent.pl (-2 / +1 lines)
Lines 48-54 my ( $template, $loggedinuser, $cookie ) = get_template_and_user( Link Here
48
        query           => $input,
48
        query           => $input,
49
        type            => "intranet",
49
        type            => "intranet",
50
        authnotrequired => 0,
50
        authnotrequired => 0,
51
        flagsrequired   => { acquisition => 1 },
51
        flagsrequired   => { acquisition => '*' },
52
        debug           => 1,
52
        debug           => 1,
53
    }
53
    }
54
);
54
);
55
- 

Return to bug 7602