refs #5527 header fixed
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Alexandre Riera 2023-04-20 10:43:35 +02:00
parent 4f25f153a9
commit 5a4fcc2728
2 changed files with 3 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,7 @@
<report-body v-bind="$props">
<invoice-incoterms v-if="hasIncoterms" v-bind="$props"> </invoice-incoterms>
<template v-slot:header>
<invoice-incoterms v-if="hasIncoterms" v-bind="$props"> </invoice-incoterms>
<div v-if="hasIncoterms" style="page-break-before: always;"></div>
<report-header v-bind="$props" v-bind:company-code="invoice.companyCode"></report-header>
</template>
<div class="grid-row">