231801_test_to_master #1519

Merged
alexm merged 490 commits from 231801_test_to_master into master 2023-05-12 06:29:59 +00:00
2 changed files with 4 additions and 2 deletions
Showing only changes of commit 6fc71672a6 - Show all commits

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