https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15757 --- Comment #30 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 50514 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=50514&action=edit Bug 15757: Make issuelength default to null instead of 0 When editing circ rules, if the Loan period "issuelength" is not defined (empty string), the default value was 0, not it's inserted in the DB as NULL. Test plan: 1/ Create or edit a circ rule 2/ Do not fill the Loan period column 3/ Save => Without this patch, the value was 0 => With this patch it's now an empty string (in the DB it's set to NULL) Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> Works as described. No errors Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.