BF [ 1664208 ] Acct Viewer: column Posting Type is not translated

This commit is contained in:
teo_sarca 2007-02-20 11:31:23 +00:00
parent 13f0c92745
commit 17cc72634e
1 changed files with 4 additions and 2 deletions

View File

@ -438,8 +438,10 @@ class AcctViewerData
rm.addColumn(new RColumn(ctx, "Description", DisplayType.String));
}
if (PostingType == null || PostingType.length() == 0)
rm.addColumn(new RColumn(ctx, RModel.TABLE_ALIAS+".PostingType", DisplayType.List,
MFactAcct.POSTINGTYPE_AD_Reference_ID));
rm.addColumn(new RColumn(ctx, "PostingType", DisplayType.List, // teo_sarca, [ 1664208 ]
RModel.TABLE_ALIAS+".PostingType",
MFactAcct.POSTINGTYPE_AD_Reference_ID,
null));
return rm;
} // createRModel