From 299cecb4ae1aa3689d3cc7bad1920ed87910fba5 Mon Sep 17 00:00:00 2001 From: Samuel Rocha Date: Thu, 12 Dec 2024 17:11:18 -0300 Subject: [PATCH] =?UTF-8?q?fix:=20Corre=C3=A7=C3=A3o=20do=20tipo=20do=20ca?= =?UTF-8?q?mpot=20VlAjBc=20do=20M215=20e=20M615=20da=20EFD=20Contribui?= =?UTF-8?q?=C3=A7=C3=B5es=20(#137)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/FiscalBr.EFDContribuicoes/BlocoM.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/FiscalBr.EFDContribuicoes/BlocoM.cs b/src/FiscalBr.EFDContribuicoes/BlocoM.cs index 7043f2f..6c41cbd 100644 --- a/src/FiscalBr.EFDContribuicoes/BlocoM.cs +++ b/src/FiscalBr.EFDContribuicoes/BlocoM.cs @@ -559,8 +559,8 @@ public RegistroM215() : base("M215") /// /// Valor do ajuste de base de cálculo /// - [SpedCampos(3, "VL_AJ_BC", "N", 0, 2, true, 2)] - public string VlAjBc { get; set; } + [SpedCampos(3, "VL_AJ_BC", "N", 18, 2, true, 2)] + public decimal VlAjBc { get; set; } /// /// Código do ajuste, conforme a Tabela indicada no item 4.3.18 @@ -1452,8 +1452,8 @@ public RegistroM615() : base("M615") /// /// Valor do ajuste de base de cálculo /// - [SpedCampos(3, "VL_AJ_BC", "N", 0, 2, true, 2)] - public string VlAjBc { get; set; } + [SpedCampos(3, "VL_AJ_BC", "N", 18, 2, true, 2)] + public decimal VlAjBc { get; set; } /// /// Código do ajuste, conforme a Tabela indicada no item 4.3.18