[Koha-bugs] [Bug 23844] Noisy warns in addbiblio.pl when importing from Z3950

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Feb 5 11:53:14 CET 2020


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

Jonathan Druart <jonathan.druart at bugs.koha-community.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #97585|0                           |1
        is obsolete|                            |

--- Comment #6 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Created attachment 98446
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=98446&action=edit
Bug 23844: Check if field defined in framework and specify 'Default' for
framework

To test:
1 - Go to Cataloguing
2 - New from Z3950
3 - Find an import a record
4 - Check the plack logs:
Use of uninitialized value in string ne at
/kohadevbox/koha/cataloguing/addbiblio.pl line 565.
Use of uninitialized value in string ne at
/kohadevbox/koha/cataloguing/addbiblio.pl line 580.
Use of uninitialized value $frameworkcode in string eq at
/kohadevbox/koha/cataloguing/addbiblio.pl line 711.
Use of uninitialized value $frameworkcode in string eq at
/kohadevbox/koha/cataloguing/addbiblio.pl line 715.
Use of uninitialized value $frameworkcode in string eq at
/kohadevbox/koha/cataloguing/addbiblio.pl line 734.
5 - Apply patch
6 - Repeat
7 - No new errors
8 - Confirm selecting 'Default' from 'New from Z3950' dropdown also generates
no errors

Signed-off-by: Myka Kennedy Stephens <mkstephens at lancasterseminary.edu>

Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Note: the template change does not seem necessary here but should not
hurt

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


More information about the Koha-bugs mailing list