Skip to content

Commit

Permalink
Ajuste nome do método para definir documentos fiscais no DAMDFe
Browse files Browse the repository at this point in the history
  • Loading branch information
AgnaldoSilva0 committed Jul 4, 2024
1 parent 361331d commit 8a39bfd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions MDFe.Damdfe.Base/MDFe/MDFeRetrato.frx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Report ScriptLanguage="CSharp" ReferencedAssemblies="System.dll&#13;&#10;System.Drawing.dll&#13;&#10;System.Windows.Forms.dll&#13;&#10;System.Data.dll&#13;&#10;System.Xml.dll&#13;&#10;MDFe.Classes.dll&#13;&#10;DFe.Classes.dll&#13;&#10;MDFe.Utils.dll" ReportInfo.Created="01/12/2017 09:00:32" ReportInfo.Modified="07/04/2024 15:14:43" ReportInfo.CreatorVersion="2023.3.0.0">
<Report ScriptLanguage="CSharp" ReferencedAssemblies="System.dll&#13;&#10;System.Drawing.dll&#13;&#10;System.Windows.Forms.dll&#13;&#10;System.Data.dll&#13;&#10;System.Xml.dll&#13;&#10;MDFe.Classes.dll&#13;&#10;DFe.Classes.dll&#13;&#10;MDFe.Utils.dll" ReportInfo.Created="01/12/2017 09:00:32" ReportInfo.Modified="07/04/2024 15:52:38" ReportInfo.CreatorVersion="2023.3.0.0">
<ScriptText>using System;
using System.IO;
using System.Collections;
Expand Down Expand Up @@ -144,7 +144,7 @@ namespace FastReport
moto.Next();
}

ImprimirDocumentosFiscais();
DefinirDocumentosFiscais();

//Vales Pedágio
txtCnpjResp.Text = &quot;&quot;;
Expand Down Expand Up @@ -241,7 +241,7 @@ namespace FastReport
Text57.Text = ((String)Report.GetColumnValue(&quot;MDFeProcMDFe.MDFe.InfMDFe.InfAdic.InfCpl&quot;)).Replace(&quot;;&quot;,((String)Report.GetParameterValue(&quot;NewLine&quot;)));
}

private void ImprimirDocumentosFiscais()
private void DefinirDocumentosFiscais()
{
txtDocumentosFiscais.Text = &quot;&quot;;
var infMunDescargas = Report.GetDataSource(&quot;MDFeProcMDFe.MDFe.InfMDFe.InfDoc.InfMunDescarga&quot;);
Expand Down

0 comments on commit 8a39bfd

Please sign in to comment.