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.
...
SETRANGE("Sales VAT Stat. Cipher","Sales VAT Stat. Cipher"::"300","Sales VAT Stat. Cipher"::"341");
...
InsertCipher200 := TRUE;
END;
//Delete the following lines.
SETRANGE("Sales VAT Stat. Cipher","Sales VAT Stat. Cipher"::"380","Sales VAT Stat. Cipher"::"381");
IF FINDFIRST THEN BEGIN
REPEAT
InsertVatStatLine(
FORMAT(Text007 + ' : ' + "VAT Bus. Posting Group" + ' / ' + "VAT Prod. Posting Group",-50),'','200',FALSE,FALSE,FALSE,
VATLineType::"VAT Entry Totaling",AmountType::Base,GenPostingType::Purchase,0);
UNTIL NEXT = 0;
//End of the lines
InsertCipher200 := TRUE;
END;
IF InsertCipher200 THEN BEGIN
...
...
SETRANGE("Sales VAT Stat. Cipher","Sales VAT Stat. Cipher"::"300","Sales VAT Stat. Cipher"::"341");
...
InsertCipher200 := TRUE;
END;
IF InsertCipher200 THEN BEGIN
...