View | Details | Raw Unified | Return to bug 24083
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt (-2 / +1 lines)
Lines 1124-1130 Link Here
1124
                            // Remove potential previous input added
1124
                            // Remove potential previous input added
1125
                            $(current_column).find("input").remove();
1125
                            $(current_column).find("input").remove();
1126
                            $(current_column).append("<input type='hidden' name='"+name+"' value='"+val+"' />");
1126
                            $(current_column).append("<input type='hidden' name='"+name+"' value='"+val+"' />");
1127
                        } else if ( i == 5 || i == 6 || i == 25 || i == 26 || i == 27 ) {
1127
                        } else if ( i == 5 || i == 6 || i == 26 || i == 27 || i == 28 ) {
1128
                            // If the value is not an integer for
1128
                            // If the value is not an integer for
1129
                            //     - "Current checkouts allowed"
1129
                            //     - "Current checkouts allowed"
1130
                            //     - "Current on-site checkouts allowed"
1130
                            //     - "Current on-site checkouts allowed"
1131
- 

Return to bug 24083