[Koha-bugs] [Bug 17389] Exporting framework always export the default framework

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Oct 3 16:25:30 CEST 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17389

--- Comment #3 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Created attachment 55977
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=55977&action=edit
Bug 17389: Clear logs

Logs are full of:
Use of uninitialized value in substitution (s///) at
C4/ImportExportFramework.pm line 282.
Use of uninitialized value in concatenation (.) or string at
C4/ImportExportFramework.pm line 283.

Some field are NULL in DB, we need to init the value to an empty string
to avoid these warnings.

Note: This fix is not related to the original bug

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list