To implement this hotfix, you must have a developer license.
You do not have to have rights to the data stores unless you have to perform data repair.
To resolve this problem, change the code in Properties in the Payment order - Export N34 report (7000090) as follows:
...
OutText := '03' + RegisterString + VATRegNo + PADSTR('',12,' ') + '004' +
PADSTR(CompanyInfo."Post Code" + ' ' + CompanyInfo.City,36,' ') + PADSTR('',7,' ');
OutFile.WRITE(OutText);
TotalReg := TotalReg + 1;
END;
ReqFilterFields=No. }
{ 2864;1 ;DataItem; ;
...
...
OutText := '03' + RegisterString + VATRegNo + PADSTR('',12,' ') + '004' +
PADSTR(CompanyInfo."Post Code" + ' ' + CompanyInfo.City,36,' ') + PADSTR('',7,' ');
OutFile.WRITE(OutText);
TotalReg := TotalReg + 1;
// Add the following lines.
"Elect. Pmts Exported" := TRUE;
MODIFY;
// End of the lines.
END;
ReqFilterFields=No. }
{ 2864;1 ;DataItem; ;
...
You must have the Spanish version of Microsoft Dynamics NAV 2013 installed to apply this hotfix.