https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26498
--- Comment #31 from Jonathan Druart <[email protected]> --- Any good reasons to not have '! $self->expiration' instead of the not defined, eq '' checks? + if ( C4::Context->preference('DefaultHoldExpirationdate') + and ( not defined $self->expirationdate or $self->expirationdate eq '' ) ){ -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
