This commit is contained in:
2021-08-06 21:50:28 +00:00
parent 0186da8453
commit 96aaaefdc6
10 changed files with 44 additions and 66 deletions

View File

@@ -91,7 +91,7 @@
></v-checkbox>
</v-col>
<!-- --------------------------------- -->
<v-col v-if="form().showMe(this, 'TaxCodeNotes')" cols="12">
<v-col v-if="form().showMe(this, 'Notes')" cols="12">
<v-textarea
v-model="obj.notes"
:readonly="formState.readOnly"