https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22619 --- Comment #1 from Nick Clemens <nick@bywatersolutions.com> --- Created attachment 87305 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=87305&action=edit Bug 22619: Fix null empty behaviour for new rules To test: 1 - Go to Admin->Circulation and fines rules 2 - Set All/All rules ot have a limit for Current checkouts allowed (and onsite checkouts allowed) 3 - Select an itemtype to add a new rule 4 - Save without entering any values 5 - Note that new rule displays with the same numebr as the all/all rule 6 - Check the DB, not no lines were added to circulation_rules table 7 - Delete the rule from the staff client 8 - Apply patch 9 - Repeat, note the new rule is unlimited 10 - Run selenium tests 11 - They pass! 12 - Check no rules/itemtypes are added to your system by the tests -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.