[Koha-bugs] [Bug 17809] Correct some authorised values in fr-FR

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jan 31 13:40:32 CET 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17809

--- Comment #17 from Fridolin SOMERS <fridolin.somers at biblibre.com> ---
(In reply to Katrin Fischer from comment #16)
> I am worried about the atomicupdate - it looks like only checks for the
> authorised value code, but not for the category, so this might lead to wrong
> warning messages. Some of those codes look like classifications we might
> have as collections in our databases for example.
> 
> 
> +    my $number_cc = $schema->resultset('AuthorisedValue')->search(
> +        {
> +            authorised_value => 'CC'
> +        }
> +    )->count;
> +    if ( $number_cc > 1 ) {

Ideed.
M. Tompsett can you work on it ?
I do it if you want.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list