|
@@ -210,7 +210,7 @@ $(document).ready(function () {
|
|
|
compareRoles.push(order + 1);
|
|
|
}
|
|
|
}
|
|
|
- setLocalCache(scCacheKey, compareRoles.join(','));
|
|
|
+ // setLocalCache(scCacheKey, compareRoles.join(','));
|
|
|
initSpreadSettingWithRoles(compareRoles);
|
|
|
SpreadJsObj.initSheet(ledgerSpread.getActiveSheet(), ledgerSpreadSetting);
|
|
|
treeCalc.calculateAll(scTree);
|