]> git.koha-community.org Git - koha.git/commit
Bug 38211: frameworkcode must be set before read
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 21 Oct 2024 09:51:45 +0000 (11:51 +0200)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Tue, 22 Oct 2024 10:06:45 +0000 (12:06 +0200)
commite44927842b545dab62dccca79a3dcd75f4205591
treeb3562b8536bb8fb44d72637a6f272592380fec76
parentdf93b26f170d3d91ef7dd6bcced2a4b8a47d2efd
Bug 38211: frameworkcode must be set before read

It's a stupid global variable, we MUST have this init line BEFORE we
read it!

Test plan:
See the other bugs linked with this one, confirm the test plan for all
of them still pass.

Test plan for this specific bug report:
1. Cataloging - New record -> Audio Cassettes, CDs
2. Fill in the required fields and save
3. Switch to 'Normal', Edit - Edit record
4. Note that 001 and 003 are not visible, and the Settings menu has a checkmark by Audio Cassettes, CDs
5. Click the browser Back button, then Edit - Edit record
6. Note that 001 and 003 are not visible, and the Settings menu has a checkmark by Audio Cassettes, CDs

Signed-off-by: Brendan Lawlor <blawlor@clamsnet.org>
Signed-off-by: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
cataloguing/addbiblio.pl