Explorar o código

Merge branch '3.0.4_online'

vian %!s(int64=4) %!d(string=hai) anos
pai
achega
4f22aa2c75
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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

@@ -320,7 +320,7 @@ let MainTreeCol = {
             /* if(+$('#fileKind').val() === _fileKind.tender) {
                 return true;
             } */
-            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;