Procházet zdrojové kódy

PRS CLASSES - added security descriptor for viewing deliveries module

Nick-PRSDigital@bitbucket.org před 2 roky
rodič
revize
8a928f23df

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

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