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

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Aug 12 20:16:37 CEST 2020


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

--- Comment #16 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
Created attachment 108151
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=108151&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>
Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

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


More information about the Koha-bugs mailing list