[Koha-bugs] [Bug 26132] Improve readability of TooMany

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Aug 4 12:34:30 CEST 2020


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

--- Comment #5 from Jonathan Druart <jonathan.druart at 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.


More information about the Koha-bugs mailing list