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

This commit is contained in:
Alexandre Riera 2023-04-20 10:51:21 +02:00
parent 5a4fcc2728
commit d8fff8f3c4
1 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,8 @@
<report-body v-bind="$props">
<template v-slot:header>
<invoice-incoterms v-if="hasIncoterms" v-bind="$props"> </invoice-incoterms>
<div v-if="hasIncoterms" style="page-break-before: always;"></div>
<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">