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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt (-1 / +1 lines)
Lines 1464-1469 Link Here
1464
                }
1464
                }
1465
            });
1465
            });
1466
            $(edit_row).find("select").prop('disabled', false);
1466
            $(edit_row).find("select").prop('disabled', false);
1467
            $(edit_row).find("select option:selected").removeAttr('selected');
1467
            $(edit_row).find("select option:first-child").attr("selected", "selected");
1468
            $(edit_row).find("select option:first-child").attr("selected", "selected");
1468
            $(edit_row).find("td:last input[name='clear']").remove();
1469
            $(edit_row).find("td:last input[name='clear']").remove();
1469
        }
1470
        }
1470
- 

Return to bug 37254