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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt (-2 / +1 lines)
Lines 1563-1569 Link Here
1563
                            // Remove potential previous input added
1563
                            // Remove potential previous input added
1564
                            $(current_column).find("input").remove();
1564
                            $(current_column).find("input").remove();
1565
                            $(current_column).append("<input type='hidden' name='"+name+"' value='"+val+"' />");
1565
                            $(current_column).append("<input type='hidden' name='"+name+"' value='"+val+"' />");
1566
                        } else if ( i == 5 || i == 6 || i == 26 || i == 27 || i == 28 || current_input_id === "holds_pickup_period" ) {
1566
                        } else if ( i == 4 || i == 5 || i == 26 || i == 27 || i == 28 || current_input_id === "holds_pickup_period" ) {
1567
                            // If the value is not an integer for
1567
                            // If the value is not an integer for
1568
                            //     - "Current checkouts allowed"
1568
                            //     - "Current checkouts allowed"
1569
                            //     - "Current on-site checkouts allowed"
1569
                            //     - "Current on-site checkouts allowed"
1570
- 

Return to bug 37401