|
@@ -348,9 +348,9 @@ class Calculation {
|
|
|
$CE.template = template;
|
|
|
$CE.calcBase = me.compiledCalcBases;
|
|
|
|
|
|
- if (!$treeNode.fees) {
|
|
|
- $treeNode.fees = [];
|
|
|
- $treeNode.feesIndex = {};
|
|
|
+ if (!$treeNode.data.fees) {
|
|
|
+ $treeNode.data.fees = [];
|
|
|
+ $treeNode.data.feesIndex = {};
|
|
|
};
|
|
|
|
|
|
for (let idx of template.compiledSeq) {
|