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