Merge branch 'master' of gitlab.com:mohit.panjvani/crater-web into fix_all_customer_load

This commit is contained in:
asift798
2022-02-15 18:41:57 +05:30
187 changed files with 2310 additions and 1794 deletions

View File

@ -118,6 +118,7 @@
:store="invoiceStore"
store-prop="newInvoice"
component-name="InvoiceTemplate"
:is-mark-as-default="isMarkAsDefault"
/>
</div>
@ -173,6 +174,7 @@ let router = useRouter()
const invoiceValidationScope = 'newInvoice'
let isSaving = ref(false)
const isMarkAsDefault = ref(false)
const invoiceNoteFieldList = ref([
'customer',