Преглед на файлове

PRS CLASSES - added security descriptor for viewing deliveries module

Nick-PRSDigital@bitbucket.org преди 2 години
родител
ревизия
8a928f23df
променени са 1 файла, в които са добавени 5 реда и са изтрити 0 реда
  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>
     public class CanReceiveConsignments : DisabledSecurityDescriptor<LogisticsLicense, Consignment>
     {
     {
     }
     }
+
+    [Caption("View Deliveries Module")]
+    public class CanViewDeliveriesModule : EnabledSecurityDescriptor<LogisticsLicense, Delivery>
+    {
+    }
 }
 }