From ef0ae335e81e2bb86da4323165efd7c029167321 Mon Sep 17 00:00:00 2001 From: vicent Date: Fri, 16 Jun 2023 11:56:36 +0200 Subject: [PATCH] fix: muestra las observaciones de los tickets --- print/templates/reports/invoice/invoice.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/print/templates/reports/invoice/invoice.html b/print/templates/reports/invoice/invoice.html index 727621b2cf..d74325dfdf 100644 --- a/print/templates/reports/invoice/invoice.html +++ b/print/templates/reports/invoice/invoice.html @@ -242,7 +242,7 @@ -
+
{{$t('observations')}}
@@ -267,9 +267,7 @@ v-bind:left-text="$t('invoiceRef', [invoice.ref])" v-bind:center-text="client.socialName" v-bind:recipient-id="client.id" - v-bind="$props" - - > + v-bind="$props">