This commit is contained in:
@@ -41,7 +41,7 @@ namespace AyaNova.Biz
|
||||
|
||||
////////////////////////////////////////////////////////////
|
||||
//CUSTOMER
|
||||
//
|
||||
// (any change copy to customer notes, head office)
|
||||
roles.Add(AyaType.Customer, new BizRoleSet()
|
||||
{
|
||||
Change = AuthorizationRoles.BizAdminFull | AuthorizationRoles.DispatchFull | AuthorizationRoles.SalesFull | AuthorizationRoles.TechFull | AuthorizationRoles.AccountingFull,
|
||||
@@ -70,7 +70,7 @@ namespace AyaNova.Biz
|
||||
});
|
||||
|
||||
////////////////////////////////////////////////////////////
|
||||
//HeadOffice
|
||||
//HeadOffice (duplicate of customer)
|
||||
//
|
||||
roles.Add(AyaType.HeadOffice, new BizRoleSet()
|
||||
{
|
||||
|
||||
@@ -154,7 +154,8 @@ namespace AyaNova.Biz
|
||||
#region Created processing
|
||||
//------------------------------
|
||||
// AyaType Specific created related subscriptions
|
||||
//
|
||||
// Note: these are for specific things only in this block
|
||||
// generally being created notifications are further down below
|
||||
switch (newObject.AyaType)
|
||||
{
|
||||
//AyaTypes with their own special notification related events
|
||||
|
||||
Reference in New Issue
Block a user