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

(-)a/catalogue/stockrotation.pl (-2 / +1 lines)
Lines 59-65 my ($template, $loggedinuser, $cookie) = get_template_and_user( Link Here
59
        authnotrequired => 0,
59
        authnotrequired => 0,
60
        flagsrequired   => {
60
        flagsrequired   => {
61
            catalogue => 1,
61
            catalogue => 1,
62
            stockrotation => 'can_user_stockrotation_can_edit_rotas',
62
            stockrotation => 'can_add_items_rotas',
63
        },
63
        },
64
    }
64
    }
65
);
65
);
66
- 

Return to bug 11897