9 Aug
2019
9 Aug
'19
10 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22025 --- Comment #6 from Magnus Enger <magnus@libriotech.no> --- Could something like this be a solution? elsif ($new && $self->_is_column_numeric($col)) { # do a numeric comparison if datatype allows it return $old == $new; } -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.