When creating a new record starting from Normal records view, by using New > New record warnings in the log will be generated like: [2025/04/03 12:45:33] [WARN] Use of uninitialized value $frameworkcode in string eq at /kohadevbox/koha/cataloguing/addbiblio.pl line 513. etc.
Created attachment 180504 [details] [review] Bug 39544: New > New record generates warnings in log When creating a new record starting from Normal records view, by using New > New record warnings in the log will be generated like: [2025/04/03 12:45:33] [WARN] Use of uninitialized value $frameworkcode in string eq at /kohadevbox/koha/cataloguing/addbiblio.pl line 513. Test plan: ========== 1. In staff interface, open any record in Normal view. 2. From upper menu chose New > New record. 3. Check the plack-intranet-error.log file, you should see fresh warnings with "Use of uninitialized value $frameworkcode". 4. Apply the patch ; restart_all. 5. Repeat p. 1.-3. No new warnings.
Created attachment 180525 [details] [review] Bug 39544: New > New record generates warnings in log When creating a new record starting from Normal records view, by using New > New record warnings in the log will be generated like: [2025/04/03 12:45:33] [WARN] Use of uninitialized value $frameworkcode in string eq at /kohadevbox/koha/cataloguing/addbiblio.pl line 513. Test plan: ========== 1. In staff interface, open any record in Normal view. 2. From upper menu chose New > New record. 3. Check the plack-intranet-error.log file, you should see fresh warnings with "Use of uninitialized value $frameworkcode". 4. Apply the patch ; restart_all. 5. Repeat p. 1.-3. No new warnings. Signed-off-by: Magnus Enger <magnus@libriotech.no>
Created attachment 180528 [details] [review] Bug 39544: New > New record generates warnings in log When creating a new record starting from Normal records view, by using New > New record warnings in the log will be generated like: [2025/04/03 12:45:33] [WARN] Use of uninitialized value $frameworkcode in string eq at /kohadevbox/koha/cataloguing/addbiblio.pl line 513. Test plan: ========== 1. In staff interface, open any record in Normal view. 2. From upper menu chose New > New record. 3. Check the plack-intranet-error.log file, you should see fresh warnings with "Use of uninitialized value $frameworkcode". 4. Apply the patch ; restart_all. 5. Repeat p. 1.-3. No new warnings. Signed-off-by: Magnus Enger <magnus@libriotech.no> Signed-off-by: Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com>
Created attachment 180566 [details] [review] Bug 39544: New > New record generates warnings in log When creating a new record starting from Normal records view, by using New > New record warnings in the log will be generated like: [2025/04/03 12:45:33] [WARN] Use of uninitialized value $frameworkcode in string eq at /kohadevbox/koha/cataloguing/addbiblio.pl line 513. Test plan: ========== 1. In staff interface, open any record in Normal view. 2. From upper menu chose New > New record. 3. Check the plack-intranet-error.log file, you should see fresh warnings with "Use of uninitialized value $frameworkcode". 4. Apply the patch ; restart_all. 5. Repeat p. 1.-3. No new warnings. Signed-off-by: Magnus Enger <magnus@libriotech.no> Signed-off-by: Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> Signed-off-by: Matt Blenkinsop <matt.blenkinsop@openfifth.co.uk>