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

Return to bug 18344