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.
...
VATStmtName.COPYFILTER("Date Filter","Date Filter");
Selection := NewSelection;
PeriodSelection := NewPeriodSelection;
UseAmtsInAddCurr := NewUseAmtsInAddCurr;
VATStatement.InitializeRequest(VATStmtName,Rec,Selection,PeriodSelection,FALSE,UseAmtsInAddCurr);
// Delete the following line.
IF NOT ISSERVICETIER THEN
CurrForm.UPDATE;
...
...
VATStmtName.COPYFILTER("Date Filter","Date Filter");
Selection := NewSelection;
PeriodSelection := NewPeriodSelection;
UseAmtsInAddCurr := NewUseAmtsInAddCurr;
VATStatement.InitializeRequest(VATStmtName,Rec,Selection,PeriodSelection,FALSE,UseAmtsInAddCurr);
CurrForm.UPDATE;
...
Discribed solution is fixing the issue only in the form 475 - VAT Statement Preview Line. In order to transfer the solution into the relevant page you need to use the Transformation Tool as described in the Transforming Forms chapter of online help for NAV 2009.