|
|
|
@ -900,7 +900,7 @@ public partial class CommonServices : BaseServices<RootEntityTkey<int>>, ICommon |
|
|
|
|
toolbar = result.JM_PageControlT1.Toolbar.Where(x => x.fnKey == "DetailYN").FirstOrDefault(); |
|
|
|
|
if (toolbar != null) { toolbar.fnKey = "TBD3YN"; } |
|
|
|
|
toolbar = result.JM_PageControlT1.Toolbar.Where(x => x.fnKey == "CopyYN").FirstOrDefault(); |
|
|
|
|
if (toolbar != null) { toolbar.fnKey = "TBD4YN"; } |
|
|
|
|
if (toolbar != null) { toolbar.fnKey = "TBD7YN"; } |
|
|
|
|
|
|
|
|
|
result.JM_PageControlT1.Toolbar.Insert(0, new Toolbar() |
|
|
|
|
{ |
|
|
|
|