From 6021e1e4ce68aa7c13fc6a93b8ef4dfbf13f6c73 Mon Sep 17 00:00:00 2001 From: Jon Date: Fri, 19 Apr 2024 07:37:33 +0200 Subject: [PATCH] refactor: refs #6899 changed comercial value in negativeBases table --- src/pages/InvoiceOut/InvoiceOutNegativeBases.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/pages/InvoiceOut/InvoiceOutNegativeBases.vue b/src/pages/InvoiceOut/InvoiceOutNegativeBases.vue index e0b17a4b3..36180a2e7 100644 --- a/src/pages/InvoiceOut/InvoiceOutNegativeBases.vue +++ b/src/pages/InvoiceOut/InvoiceOutNegativeBases.vue @@ -183,7 +183,9 @@ const downloadCSV = async () => { @@ -211,7 +213,7 @@ const downloadCSV = async () => { border-radius: 4px; padding: 6px; } -.no-uppercase{ +.no-uppercase { text-transform: none; }