Fix bug that doesn't set make on edit vehicle in customer form #84
This commit is contained in:
parent
1a60b6d632
commit
98e0f81f4f
1 changed files with 1 additions and 0 deletions
|
|
@ -792,6 +792,7 @@
|
|||
});
|
||||
|
||||
field.html(html).prop('disabled', false);
|
||||
field.val(field.data('id'));
|
||||
} else {
|
||||
field.html('<option value="">No vehicles found</option>').prop('disabled', true);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue