[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 21:02:24 CEST 2020


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

--- Comment #10 from Nick Clemens <nick at bywatersolutions.com> ---
Created attachment 107800
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=107800&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 ) {

Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list