vian 5 лет назад
Родитель
Сommit
263e505fe8
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      web/building_saas/main/js/views/main_tree_col.js

+ 1 - 1
web/building_saas/main/js/views/main_tree_col.js

@@ -296,7 +296,7 @@ let MainTreeCol = {
     },
     maxPrice: function (node) {
 
-      return projectObj.project.projectInfo.importedByInterface || (node.data.outPutMaxPrice === false && node.data.outPutLimitPrice === false);
+      return projectObj.project.projectInfo.importedByInterface || node.data.outPutMaxPrice === false || node.data.outPutLimitPrice === false;
     },
     minPrice: function (node) {
       return projectObj.project.projectInfo.importedByInterface || node.data.outPutLimitPrice === false;