_Main/BL/Type_MacroPlan/Method_MappingOperationCostData.qbl
@@ -51,7 +51,7 @@ } operation := Operation::FindOperationTypeIndex( id ); if(not isnull(operation)){ account := Account_MP::FindByName( this, "Operation cost" ); account := Account_MP::FindByName( this, "Operating cost" ); isfromdb := false; existoperationcost := OperationCost::FindOperationCostTypeIndex( id ); if( isnull( existoperationcost ) ){ @@ -67,10 +67,9 @@ timeunit := connecteditem.TimeUnit(); OperationCost::Create( id, operation, account, "Volume", start, timeunit, lengthoftime, cost, isfromdb ); } } } } } *] }