From f315c920e79f35a2b3cb52722b7397006cf6405c Mon Sep 17 00:00:00 2001 From: florianfederspiel Date: Fri, 21 Feb 2025 16:37:00 +0100 Subject: [PATCH] Corrected Adblue Processing --- pages/createDocument/edit/[[id]].vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/createDocument/edit/[[id]].vue b/pages/createDocument/edit/[[id]].vue index 79604f9..d22c6c7 100644 --- a/pages/createDocument/edit/[[id]].vue +++ b/pages/createDocument/edit/[[id]].vue @@ -620,7 +620,7 @@ const processDieselPosition = () => { itemInfo.value.rows[existingAdblueIndex] = { ...itemInfo.value.rows[existingAdblueIndex], price: agricultureData.adbluePriceTotal, - text: `${agricultureData.adblueUsageTotal} L Diesel`, + text: `${agricultureData.adblueUsageTotal} L AdBlue`, } } else {