From 73c6b7dea9ee720d44411424be758ec95c42012b Mon Sep 17 00:00:00 2001 From: jorgep Date: Tue, 25 Mar 2025 17:34:10 +0100 Subject: [PATCH] fix: refs #8388 update tooltip message in InvoiceInSummary to include total taxable base --- src/pages/InvoiceIn/Card/InvoiceInSummary.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/pages/InvoiceIn/Card/InvoiceInSummary.vue b/src/pages/InvoiceIn/Card/InvoiceInSummary.vue index dad1da8d6..74936f00a 100644 --- a/src/pages/InvoiceIn/Card/InvoiceInSummary.vue +++ b/src/pages/InvoiceIn/Card/InvoiceInSummary.vue @@ -304,7 +304,10 @@ const getLink = (param) => `#/invoice-in/${entityId.value}/${param}`; :color="amountsNotMatch ? 'negative' : 'transparent'" :title=" amountsNotMatch - ? t('invoiceIn.summary.noMatch') + ? t('invoiceIn.noMatch', { + totalTaxableBase: + entity.totals.totalTaxableBase, + }) : t('invoiceIn.summary.dueTotal') " >