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