Browse Source

PRS CLASSES - added security descriptor for viewing deliveries module

Nick-PRSDigital@bitbucket.org 2 years ago
parent
commit
8a928f23df
1 changed files with 5 additions and 0 deletions
  1. 5 0
      prs.classes/SecurityDescriptors/Logistics_Descriptors.cs

+ 5 - 0
prs.classes/SecurityDescriptors/Logistics_Descriptors.cs

@@ -78,4 +78,9 @@ namespace Comal.Classes
     public class CanReceiveConsignments : DisabledSecurityDescriptor<LogisticsLicense, Consignment>
     {
     }
+
+    [Caption("View Deliveries Module")]
+    public class CanViewDeliveriesModule : EnabledSecurityDescriptor<LogisticsLicense, Delivery>
+    {
+    }
 }