https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30303
--- Comment #20 from Lari Taskula <[email protected]> --- I also noticed that an empty field is represented with a hyphen (character -), which is okay, but when we select it to be retained, the hyphen actually gets inserted into the selected field. I think the expected behavior is to clear the field instead. Then again, although I'm not sure how realistic scenario it is, but someone may actually want to retain the hyphen, so we also shouldn't clear it in every case. Perhaps we should have a different value, for example an empty string, representing the field to be cleared. And if we receive and empty string in merge-patrons.pl, we should probably delete it from $data so that it never gets passed to $keeper->set() and does not uselessly become '' instead of NULL in the database. -- 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/
