]> git.koha-community.org Git - koha.git/commit
Bug 25638: Fix regression
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 5 Jun 2020 14:09:46 +0000 (16:09 +0200)
committerLucas Gass <lucas@bywatersolutions.com>
Tue, 16 Jun 2020 21:48:12 +0000 (21:48 +0000)
commit14b151c06eb762e96edce36e0cebd49c02a47b3b
tree6655a9ef777b978f2b57040b55fc41ae006ed549
parent93c0e6863ab65e951fea5941a0abcc250fc3e2ff
Bug 25638: Fix regression

Now that float/decimal columns are not treated similar to integer ones,
the default value handling we had set for numeric values is not trapping
the float/decimal cases as it should.

We love tests!

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
(cherry picked from commit f4f3c8f18b5587ad8629b77b457e9593d781dac6)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
Koha/Object.pm