fixes #5527 cabecera facturas #1468

Merged
alexandre merged 2 commits from 5527-cabecera-facturas into dev 2023-04-20 12:43:11 +00:00
1 changed files with 3 additions and 2 deletions
Showing only changes of commit d8fff8f3c4 - Show all commits

View File

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