refactor: hide DebitNoteExpansion
This commit is contained in:
parent
d13a4769a5
commit
7be89d1d4f
1 changed files with 1 additions and 1 deletions
|
|
@ -957,7 +957,7 @@ onMounted(async () => {
|
|||
/>
|
||||
|
||||
<DebitNoteExpansion
|
||||
v-if="view === null"
|
||||
v-if="false"
|
||||
:readonly
|
||||
v-model:reason="currentFormData.reason"
|
||||
v-model:detail="currentFormData.detail"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue