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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt (-4 lines)
Lines 33-41 $(document).ready(function() { Link Here
33
        return confirmDelete(MSG_CONFIRM_DELETE);
33
        return confirmDelete(MSG_CONFIRM_DELETE);
34
    });
34
    });
35
35
36
        $('#cap_fine_to_replacement_price').on('change', function(){
37
            $('#overduefinescap').prop('disabled', $(this).is(':checked') );
38
        });
39
        $('#selectlibrary').find("input:submit").hide();
36
        $('#selectlibrary').find("input:submit").hide();
40
        $('#branch').change(function() {
37
        $('#branch').change(function() {
41
                $('#selectlibrary').submit();
38
                $('#selectlibrary').submit();
42
- 

Return to bug 18344