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 845-853 Link Here
845
                }
845
                }
846
            });
846
            });
847
847
848
            $('#cap_fine_to_replacement_price').on('change', function(){
849
                $('#overduefinescap').prop('disabled', $(this).is(':checked') );
850
            });
851
            $('#selectlibrary').find("input:submit").hide();
848
            $('#selectlibrary').find("input:submit").hide();
852
            $('#branch').change(function() {
849
            $('#branch').change(function() {
853
                    $('#selectlibrary').submit();
850
                    $('#selectlibrary').submit();
854
- 

Return to bug 18344