Merge branch 'dev' into 5153-worker_not_use_tr
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
commit
039c46ca38
|
@ -11,7 +11,7 @@ module.exports = {
|
|||
},
|
||||
props: {
|
||||
reference: {
|
||||
type: Number,
|
||||
type: String,
|
||||
required: true,
|
||||
description: 'The invoice ref'
|
||||
}
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
<report-body v-bind="$props">
|
||||
<invoice-incoterms v-if="hasIncoterms" v-bind="$props"> </invoice-incoterms>
|
||||
<template v-slot:header>
|
||||
<div v-if="hasIncoterms" class="page-break-after">
|
||||
<invoice-incoterms v-bind="$props"> </invoice-incoterms>
|
||||
</div>
|
||||
<report-header v-bind="$props" v-bind:company-code="invoice.companyCode"></report-header>
|
||||
</template>
|
||||
<div class="grid-row">
|
||||
|
|
Loading…
Reference in New Issue