diff --git a/server/AyaNova/biz/WidgetBiz.cs b/server/AyaNova/biz/WidgetBiz.cs index bae11b1f..76e86d7a 100644 --- a/server/AyaNova/biz/WidgetBiz.cs +++ b/server/AyaNova/biz/WidgetBiz.cs @@ -288,7 +288,7 @@ namespace AyaNova.Biz public async Task GetReportData(long[] idList) { //NOTE: Report widget is a superset of biz object widget - //Biz objects will add and needed linked records here as extra fields with the data included + //Biz objects will add and needed linked records here as extra fields with the data included //for example instead of a userid only there will be username added to the record //so the report designer can just select it as a field, no need to query seperately for it etc //REMEMBER: there is a name display format system and it should honour that so that the report