From 267e35bb453bcbfd9e305900d8ff07dbe1d4ee3a Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 23 Oct 2020 14:33:11 +0000 Subject: [PATCH] --- server/AyaNova/biz/WidgetBiz.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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