diff --git a/src/QUI/ERP/Accounting/Calculations.php b/src/QUI/ERP/Accounting/Calculations.php
index 99e14319c4282d60ffc8be0c5f4946de3a5030d7..18b56cae10333aa905a6069cb9aa7d6af4fa6e6a 100644
--- a/src/QUI/ERP/Accounting/Calculations.php
+++ b/src/QUI/ERP/Accounting/Calculations.php
@@ -182,7 +182,8 @@ public function getVat(): array
             $result[] = new CalculationVatValue(
                 $value['sum'],
                 $value['text'],
-                $key
+                $key,
+                $this->Currency
             );
         }