https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30303
--- Comment #21 from Lari Taskula <[email protected]> --- (In reply to Lari Taskula from comment #20) > 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. Correction, not to be deleted, but set as undef. But I just noticed the diffString does not handle empty strings as I expected (just displaying an empty green/red box), so we need something else. -- 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/
