22 May
2020
22 May
'20
11:56 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25556 --- Comment #2 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Example of default values in C4/Circulation.pm 1765 $rules->{holdallowed} = defined $holdallowed_rule 1766 ? $holdallowed_rule->rule_value 1767 : 2; Example of unlimited: 412 if (defined($maxissueqty_rule) and $maxissueqty_rule->rule_value ne '') { -- You are receiving this mail because: You are watching all bug changes.