Merge branch '84-fix-job-order-incoming-cv-submit-bug' into 'master'

Resolve "Fix job order incoming cv submit bug"

Closes #84

See merge request jankstudio/resq!72
This commit is contained in:
Kendrick Chan 2018-04-09 08:12:24 +00:00
commit 4e8ba8ac52

View file

@ -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);
}