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: {
reference: {
type: Number,
type: String,
required: true,
description: 'The invoice ref'
}

View File

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