This commit is contained in:
@@ -474,8 +474,7 @@ namespace AyaNovaQBI
|
||||
if (d.ShowDialog() == System.Windows.Forms.DialogResult.Cancel)
|
||||
return false;
|
||||
|
||||
//CHECK ROLE
|
||||
//must have Accounting full role to use QBI
|
||||
//ACCOUNTING ROLE?
|
||||
if (!AyaNovaUserRoles.HasFlag(AuthorizationRoles.Accounting))
|
||||
{
|
||||
initErrors.AppendLine($"User must have the \"Accounting\" Role to use QBI\r\n");
|
||||
|
||||
Reference in New Issue
Block a user