Validate new logs are not being entered after vehicle is inactive.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
$(function () {
|
||||
$('.enable-javascript').show();
|
||||
|
||||
$("input#Date").datepicker({ maxDate: '+0d' });
|
||||
$("input#Date, input#InactiveDate").datepicker({ maxDate: '+0d' });
|
||||
|
||||
$("input#CityName").autocomplete({
|
||||
source: "/City/Autocomplete",
|
||||
|
||||
Reference in New Issue
Block a user