| | |
| | | public FixtureRemindController(){ |
| | | this.snap = new FixtureRemindSnapshot__c(); |
| | | snap.Date__c = System.today(); |
| | | User currentUser = [SELECT UserRole.Name, ProfileId FROM User WHERE Id=: UserInfo.getUserId()]; |
| | | // User currentUser = [SELECT UserRole.Name, ProfileId FROM User WHERE Id= '00510000001OOJx']; |
| | | //User currentUser = [SELECT UserRole.Name, ProfileId FROM User WHERE Id=: UserInfo.getUserId()]; |
| | | User currentUser = [SELECT UserRole.Name, ProfileId FROM User WHERE Id= '00510000001OOJx']; |
| | | this.hasAuthority = false; |
| | | this.hasNorthMap = false; |
| | | this.hasSouthMap = false; |