@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt @@ -1124,7 +1124,7 @@ // Remove potential previous input added $(current_column).find("input").remove(); $(current_column).append(""); - } else if ( i == 5 || i == 6 || i == 25 || i == 26 || i == 27 ) { + } else if ( i == 5 || i == 6 || i == 26 || i == 27 || i == 28 ) { // If the value is not an integer for // - "Current checkouts allowed" // - "Current on-site checkouts allowed" --