https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28700
--- Comment #16 from Jonathan Druart <[email protected]> --- (In reply to Martin Renvoize from comment #15) > Thus, my proposal would be > > for my $k (keys %res) { > $res{$k} = "$res{$k}"; > } What's the cost of that? What's the side-effects (casting float to string for instance)? I would like to keep a pragmatic and safe approach for backport. If we all agree that the explicit ->discard_changes call is a simple and good idea, let's go with that. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] 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/
