From 5a791e30c543b81720f2fcb8becf55e04a4e2bae Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Sat, 15 Apr 2023 18:21:37 +0000 Subject: [PATCH] case 4504 --- server/DataList/SubscriptionsDataList.cs | 2 +- server/util/AySchema.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/server/DataList/SubscriptionsDataList.cs b/server/DataList/SubscriptionsDataList.cs index b4b68a3..df2b885 100644 --- a/server/DataList/SubscriptionsDataList.cs +++ b/server/DataList/SubscriptionsDataList.cs @@ -14,7 +14,7 @@ namespace Sockeye.DataList var RoleSet = BizRoles.GetRoleSet(DefaultListAType); AllowedRoles = RoleSet.ReadFullRecord | RoleSet.Change; - DefaultColumns = new List() { "Customer","SubSite", "active" }; + DefaultColumns = new List() { "SubSite", "Customer", "active" }; DefaultSortBy = new Dictionary() { { "Customer", "-" } }; FieldDefinitions = new List(); diff --git a/server/util/AySchema.cs b/server/util/AySchema.cs index 00cbef4..b6f1190 100644 --- a/server/util/AySchema.cs +++ b/server/util/AySchema.cs @@ -1590,7 +1590,7 @@ BEGIN when 97 then aytable = 'aproduct'; when 98 then aytable = 'agzcase'; when 99 then aytable = 'avendornotification'; - when 100 then aytable = 'asubscription'; + when 100 then aytable = 'asubscription'; aynamecolumn = 'subsite'; else RETURN returnstr;