Merge branch 'dev' into 5153-worker_not_use_tr
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Pablo Natek 2023-04-20 14:52:45 +00:00
commit 039c46ca38
2 changed files with 4 additions and 2 deletions

View File

@ -11,7 +11,7 @@ module.exports = {
}, },
props: { props: {
reference: { reference: {
type: Number, type: String,
required: true, required: true,
description: 'The invoice ref' description: 'The invoice ref'
} }

View File

@ -1,6 +1,8 @@
<report-body v-bind="$props"> <report-body v-bind="$props">
<invoice-incoterms v-if="hasIncoterms" v-bind="$props"> </invoice-incoterms>
<template v-slot:header> <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> <report-header v-bind="$props" v-bind:company-code="invoice.companyCode"></report-header>
</template> </template>
<div class="grid-row"> <div class="grid-row">