BF [ 1664208 ] Acct Viewer: column Posting Type is not translated
This commit is contained in:
parent
13f0c92745
commit
17cc72634e
|
@ -438,8 +438,10 @@ class AcctViewerData
|
||||||
rm.addColumn(new RColumn(ctx, "Description", DisplayType.String));
|
rm.addColumn(new RColumn(ctx, "Description", DisplayType.String));
|
||||||
}
|
}
|
||||||
if (PostingType == null || PostingType.length() == 0)
|
if (PostingType == null || PostingType.length() == 0)
|
||||||
rm.addColumn(new RColumn(ctx, RModel.TABLE_ALIAS+".PostingType", DisplayType.List,
|
rm.addColumn(new RColumn(ctx, "PostingType", DisplayType.List, // teo_sarca, [ 1664208 ]
|
||||||
MFactAcct.POSTINGTYPE_AD_Reference_ID));
|
RModel.TABLE_ALIAS+".PostingType",
|
||||||
|
MFactAcct.POSTINGTYPE_AD_Reference_ID,
|
||||||
|
null));
|
||||||
return rm;
|
return rm;
|
||||||
} // createRModel
|
} // createRModel
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue