Merge branch '101-bug-jo-2099-referenced-jo-cannot-select-hub' into 'master'
Resolve "Bug JO 2099, referenced jo, cannot select hub" Closes #101 See merge request jankstudio/resq!81
This commit is contained in:
commit
7b577ccb43
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