[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
Fri May 12 07:41:24 CEST 2017


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

Katrin Fischer <katrin.fischer at bsz-bw.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Failed QA
                 CC|                            |katrin.fischer at bsz-bw.de

--- Comment #16 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
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 ) {

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


More information about the Koha-bugs mailing list