diff --git a/ayanova/src/components/pick-list.vue b/ayanova/src/components/pick-list.vue index 86687c54..41941b6c 100644 --- a/ayanova/src/components/pick-list.vue +++ b/ayanova/src/components/pick-list.vue @@ -181,7 +181,7 @@ export default { //this is required for the control to update and parent form to detect it this.$emit("input", e.id); - //this is sometimes required for forms that need the full selection value + //this is sometimes required for forms that need more than the ID (contract etc) this.$emit("update:name", e.name); this.$emit("update:active", e.active); }, diff --git a/ayanova/src/views/svc-contract.vue b/ayanova/src/views/svc-contract.vue index 9b78f806..5472f666 100644 --- a/ayanova/src/views/svc-contract.vue +++ b/ayanova/src/views/svc-contract.vue @@ -478,7 +478,12 @@ -