diff --git a/db/changes/231201/00-observationType.sql b/db/changes/231201/00-observationType.sql index 20e3608e4a..c0e34c7b64 100644 --- a/db/changes/231201/00-observationType.sql +++ b/db/changes/231201/00-observationType.sql @@ -1,2 +1,2 @@ INSERT INTO `vn`.`observationType` (`description`, `code`, `hasNewBornMessage`) -VALUES ('Factura', 'invocieOut', '0'); +VALUES ('Factura', 'invoiceOut', '0'); diff --git a/print/templates/reports/invoice/invoice.html b/print/templates/reports/invoice/invoice.html index 2c37126fc0..7a1ed33190 100644 --- a/print/templates/reports/invoice/invoice.html +++ b/print/templates/reports/invoice/invoice.html @@ -119,16 +119,6 @@ {{ticketSubtotal(ticket) | currency('EUR', $i18n.locale)}} - -
-
-
{{$t('observations')}}
-
-
{{ticket.description}}
-
-
-
- @@ -250,18 +240,22 @@ -
+
{{$t('observations')}}
-
{{$t('wireTransfer')}}
-
{{$t('accountNumber', [invoice.iban])}}
+
+
{{$t('wireTransfer')}}
+
{{$t('accountNumber', [invoice.iban])}}
+
+
+ {{ticketObservations}} +
-