4 Aug
2020
4 Aug
'20
11:34 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26132 --- Comment #5 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Created attachment 107738 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=107738&action=edit Bug 26132: Tidy _check_max_qty This is only a perltidy of _check_max_qty to remove some space inconsistencies, like: if( $max_checkouts_allowed eq '' ){ return;} if ( $checkout_count - $onsite_checkout_count >= $max_checkouts_allowed ) { -- You are receiving this mail because: You are watching all bug changes.