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 |
- |
|
|