|
|
@ -2438,6 +2438,7 @@ public partial class CommonServices : BaseServices<RootEntityTkey<int>>, ICommon |
|
|
|
|
|
|
|
|
|
|
|
break; |
|
|
|
break; |
|
|
|
case "F_PerformancePeriodType": |
|
|
|
case "F_PerformancePeriodType": |
|
|
|
|
|
|
|
case "F_GhraStaffGroup": |
|
|
|
toolbar = result.JM_PageControlT1.Toolbar.Where(x => x.fnKey == "NewYN").FirstOrDefault(); |
|
|
|
toolbar = result.JM_PageControlT1.Toolbar.Where(x => x.fnKey == "NewYN").FirstOrDefault(); |
|
|
|
if (toolbar != null) toolbar.fnKey = "TBD1YN"; |
|
|
|
if (toolbar != null) toolbar.fnKey = "TBD1YN"; |
|
|
|
toolbar = result.JM_PageControlT1.Toolbar.Where(x => x.fnKey == "UpdateYN").FirstOrDefault(); |
|
|
|
toolbar = result.JM_PageControlT1.Toolbar.Where(x => x.fnKey == "UpdateYN").FirstOrDefault(); |
|
|
|