25 Oct
2017
25 Oct
'17
9:03 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19515 --- Comment #6 from Tomás Cohen Arazi <tomascohen@gmail.com> ---
- You are missing something that's important for testing: we need to be able to assign the patron specific permissions, something in the lines of: my $flags = ( $args->{authorized} ) ? 2**$args->{authorized} : 0;
About this, this has been wrong in all submitted tests. I've implemented it correctly in bug 7317. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.