Add vehicle service controller and view
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
$(function () {
|
||||
$('.enable-javascript').show();
|
||||
|
||||
$("input#Date, input#InactiveDate").datepicker({ maxDate: '+0d' });
|
||||
$("input#Date, input#InactiveDate, input#InvoiceDate").datepicker({ maxDate: '+0d' });
|
||||
|
||||
$("input#CityName").autocomplete({
|
||||
source: "/City/Autocomplete",
|
||||
|
||||
Reference in New Issue
Block a user