md
This commit is contained in:
parent
09969ba135
commit
2ab55f683e
@ -2414,7 +2414,7 @@ public class EmisBaseService {
|
||||
String siteType=null;
|
||||
try {
|
||||
EmisSite ownerSite = getSiteByCode(getCurrentUser().getOwnerSiteCode());
|
||||
String siteType = ownerSite.getSiteType();
|
||||
siteType = ownerSite.getSiteType();
|
||||
}catch(Exception ex){
|
||||
ex.printStackTrace();
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user