https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19515
--- Comment #6 from Tomás Cohen Arazi <[email protected]> --- > - 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
