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.
...
"Account Type" := "Account Type"::Posting;
END;
IF "Account Type" = "Account Type"::Total THEN BEGIN
Totaling := "No." + '..' + "No.";
Totaling := PADSTR(Totaling,20, '9');
END ELSE BEGIN
FindAcc.SETFILTER("No.",'<>%1 & %2',"No."+'*',COPYSTR("No.",1,1)+'*');
...
...
"Account Type" := "Account Type"::Posting;
END;
IF "Account Type" = "Account Type"::Total THEN
Totaling := "No." + '..' + PADSTR("No.",20,'9')
ELSE BEGIN
FindAcc.SETFILTER("No.",'<>%1 & %2',"No."+'*',COPYSTR("No.",1,1)+'*');
...
You must have the Portuguese version of Microsoft Dynamics NAV 2009 SP1 installed to apply this hotfix.