Fix js bug when dispatching jo with reference jo #101
This commit is contained in:
parent
9f74f62a9b
commit
392396e64a
1 changed files with 2 additions and 0 deletions
|
|
@ -1045,6 +1045,7 @@ $(function() {
|
|||
})
|
||||
}).focus();
|
||||
|
||||
{% if ftags.vehicle_dropdown %}
|
||||
// reference job order selector
|
||||
$('#ref-jo').select2({
|
||||
ajax: {
|
||||
|
|
@ -1063,6 +1064,7 @@ $(function() {
|
|||
placeholder: "Select a job order",
|
||||
allowClear: true
|
||||
});
|
||||
{% endif %}
|
||||
|
||||
// reset all vehicle info form fields
|
||||
function resetVehicleFields() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue