refactor: hide add customer at quotation
This commit is contained in:
parent
62b21f185e
commit
9e28126f80
2 changed files with 3 additions and 2 deletions
|
|
@ -964,6 +964,7 @@ const view = ref<View>(View.Quotation);
|
|||
>
|
||||
<template #issue-info>
|
||||
<FormAbout
|
||||
hide-add
|
||||
class="col-12 col-md-8"
|
||||
input-only
|
||||
v-model:branch-id="quotationFormData.registeredBranchId"
|
||||
|
|
@ -971,7 +972,6 @@ const view = ref<View>(View.Quotation);
|
|||
quotationFormData.customerBranchId
|
||||
"
|
||||
:readonly="readonly"
|
||||
@add-customer=""
|
||||
/>
|
||||
</template>
|
||||
</QuotationFormMetadata>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue