refactor: hide DebitNoteExpansion

This commit is contained in:
Thanaphon Frappet 2025-02-19 14:45:57 +07:00
parent d13a4769a5
commit 7be89d1d4f

View file

@ -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"