https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15757 --- Comment #13 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (In reply to Christopher Brannon from comment #12)
(In reply to Jonathan Druart from comment #11)
Basically it means that - 0 will be taken into account for 'Loan period' (issuelength) - and if not filled in the circ rules NULL will be inserted in the DB (instead of 0, which is the current behavior).
And what is the behavior of NULL?
If 0 is being taken into account, then that is great. But I think we need to make clear what NULL will do.
Nothing, another rule will be checked. And 0 will be returned (instead of 21) if no default rule is defined. That's why I have linked bug 13576 and bug 8361, a default rule has to be defined. I'd consider that outside the scope of this bug. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.