diff --git a/server/AyaNova/biz/AyaType.cs b/server/AyaNova/biz/AyaType.cs index f78977fb..4d2c8d01 100644 --- a/server/AyaNova/biz/AyaType.cs +++ b/server/AyaNova/biz/AyaType.cs @@ -14,9 +14,9 @@ namespace AyaNova.Biz //Pretty much everything that represents some kind of real world object is wikiable or attachable as long as it has an ID and a type //exceptions would be utility type objects like datalistview, formcustom etc that are not - //NOTE: NEW CORE OBJECTS - All areas of server code that require adding any new core objects have been tagged with the following comment: + //NOTE: NEW CORE OBJECTS - All areas of server AND CLIENT code that require adding any new core objects have been tagged with the following comment: //CoreBizObject add here - //Search for that and you will see all areas that need coding for the new object + //Search for that IN SERVER AND CLIENT CODE and you will see all areas that need coding for the new object NoType = 0, Global = 1,