https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34153 --- Comment #11 from Victor Grousset/tuxayo <victor@tuxayo.net> --- Thanks for the tidying :) Lol perltidy puts tons of spaces to align $response with 'equals'.
check_field( $respcode, $response, FID_SCREEN_MSG, 'Item must be checked out at a circulation desk', 'Check screen msg', 'equals' );
Should we care? Maybe not, let's continue with the workflow and if someone has more on the .perltidyrc matter, let's create a ticket or email the koha-dev list or something. Last point to settle is whether allow_additional_materials_checkout should be on by default. I don't have an educated enough opinion on this. I sent an email to the rest of the QA team, let's see what comes out.
Hi 🙂
The only thing I need to pass this ticket is to settle on this question. To eventually make a follow-up changing the default config file. (it's currently allow_additional_materials_checkout="1")
I'm leaning a bit towards having it off by default. I suppose libraries would prefer to have to make the conscious decision to trust the patrons to self manage all items having additional materials. Otherwise it might feel like a loophole. Plus the 952$3 needs to be written for the general public instead of for librarians when having allow_additional_materials_checkout=1. Or maybe these two points aren't really important, hence reaching for opinion here ^_^
-- You are receiving this mail because: You are watching all bug changes.