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

Magnus Enger <mag...@libriotech.no> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mag...@libriotech.no

--- Comment #5 from Magnus Enger <mag...@libriotech.no> ---
I see these warnings for updates, on 18.11.05.000. When I do this:

  elsif ($self->_is_column_numeric($col)) {  # do a numeric comparison if
datatype allows it
    warn $col;
    return $old == $new;
  }

it seems that the privacy_guarantor_checkouts field is the culprit. All the
borrowers in the database have a 0 value for this column, do maybe there is a
false assumption that the new patron data will always have a numeric value for
this field, but in fact it is just empty if it is not included in the imported
data?

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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/

Reply via email to