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.
...
VATEntry.SETRANGE("Tax Jurisdiction Code",VATStmtLine2."Tax Jurisdiction Code");
VATEntry.SETRANGE("Use Tax",VATStmtLine2."Use Tax");
END;
VATEntry.SETRANGE(Type,VATStmtLine2."Gen. Posting Type");
IF (EndDateReq <> 0D) OR (StartDate <> 0D) THEN
IF PeriodSelection = PeriodSelection::"Before and Within Period" THEN
VATEntry.SETRANGE("Posting Date",0D,EndDate)
ELSE
...
...
VATEntry.SETRANGE("Tax Jurisdiction Code",VATStmtLine2."Tax Jurisdiction Code");
VATEntry.SETRANGE("Use Tax",VATStmtLine2."Use Tax");
END;
VATEntry.SETRANGE(Type,VATStmtLine2."Gen. Posting Type");
// Add the following line.
VATEntry.SETRANGE("EU 3-Party Trade",VATStmtLine2."EU 3-Party Trade");
// End of the added lnie.
IF (EndDateReq <> 0D) OR (StartDate <> 0D) THEN
IF PeriodSelection = PeriodSelection::"Before and Within Period" THEN
VATEntry.SETRANGE("Posting Date",0D,EndDate)
ELSE
...
You must have the Swedish version of Microsoft Dynamics NAV 2013 installed to apply this hotfix.