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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt (-2 / +1 lines)
Lines 941-947 Link Here
941
                }
941
                }
942
            });
942
            });
943
            $(edit_row).find("select").prop('disabled', false);
943
            $(edit_row).find("select").prop('disabled', false);
944
            $(edit_row).find("select option:first").attr("selected", "selected");
944
            $(edit_row).find("select option:first-child").attr("selected", "selected");
945
            $(edit_row).find("td:last input[name='clear']").remove();
945
            $(edit_row).find("td:last input[name='clear']").remove();
946
        }
946
        }
947
947
948
- 

Return to bug 25587