Merge pull request 'hotfix_ticketObservation' (!1620) from hotfix_ticketObservation into master
gitea/salix/pipeline/head This commit looks good Details

Reviewed-on: #1620
Reviewed-by: Alex Moreno <alexm@verdnatura.es>
This commit is contained in:
Vicent Llopis 2023-06-16 10:53:26 +00:00
commit 4d957b7593
1 changed files with 2 additions and 4 deletions

View File

@ -242,7 +242,7 @@
</tfoot> </tfoot>
</table> </table>
</div> </div>
<div class="columns vn-mt-xl" v-if="invoice.payMethodCode == 'wireTransfer' && invoice.iban"> <div class="columns vn-mt-lg" v-if="(invoice.payMethodCode == 'wireTransfer' && invoice.iban) || ticketObservations">
<div class="size50 pull-left no-page-break"> <div class="size50 pull-left no-page-break">
<div class="panel"> <div class="panel">
<div class="header">{{$t('observations')}}</div> <div class="header">{{$t('observations')}}</div>
@ -267,9 +267,7 @@
v-bind:left-text="$t('invoiceRef', [invoice.ref])" v-bind:left-text="$t('invoiceRef', [invoice.ref])"
v-bind:center-text="client.socialName" v-bind:center-text="client.socialName"
v-bind:recipient-id="client.id" v-bind:recipient-id="client.id"
v-bind="$props" v-bind="$props">
>
</report-footer> </report-footer>
</template> </template>
</report-body> </report-body>