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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt (-1 / +1 lines)
Lines 84-89 $(document).ready(function() { Link Here
84
                        if ( i == 1 ) {
84
                        if ( i == 1 ) {
85
                            name="itemtype";
85
                            name="itemtype";
86
                        }
86
                        }
87
                        $(current_column).find("select").prop('disabled', true);
87
                        // Remove potential previous input added
88
                        // Remove potential previous input added
88
                        $(current_column).find("input").remove();
89
                        $(current_column).find("input").remove();
89
                        $(current_column).append("<input type='hidden' name='"+name+"' value='"+val+"' />");
90
                        $(current_column).append("<input type='hidden' name='"+name+"' value='"+val+"' />");
90
- 

Return to bug 18125