From ef0ae335e81e2bb86da4323165efd7c029167321 Mon Sep 17 00:00:00 2001 From: vicent Date: Fri, 16 Jun 2023 11:56:36 +0200 Subject: [PATCH 1/2] 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"> From 75bb0f8160d7464dde79ce47e487d0f355f5b069 Mon Sep 17 00:00:00 2001 From: alexm Date: Fri, 16 Jun 2023 12:19:59 +0200 Subject: [PATCH 2/2] refs #5860 fix hash smbhash --- back/process.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/back/process.yml b/back/process.yml index 38d2b9eaf7..a29323240c 100644 --- a/back/process.yml +++ b/back/process.yml @@ -4,4 +4,4 @@ apps: instances: 1 max_restarts: 3 restart_delay: 15000 - node_args: --tls-min-v1.0 + node_args: --tls-min-v1.0 --openssl-legacy-provider