a.binder 9 anos atrás
pai
commit
aa22d0edcc
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      SE/dev/php-cli/edge_paths_with_PE_controll.xsl

+ 1 - 1
SE/dev/php-cli/edge_paths_with_PE_controll.xsl

@@ -517,7 +517,7 @@
                                                 <xsl:when test="number(@len_sum) &gt; ( number($PE_Price) div number($Cable_Price) ) and number($bit_max_Pos) &lt; 2">
                                                     <xsl:value-of select=" round( number(@len_sum)) div ( number($PE_Price) div number($Cable_Price) ) + 2 "/> <!-- jak droga dluzsza od jedn kosztu, to przynajmniej tyle bin_max ile takich odcinkow-->
                                                 </xsl:when>
-                                                <xsl:when test="number($bit_max_Pos) &lt; 1">
+                                                <xsl:when test="number($bit_max_Pos) &lt; 2">
                                                     <xsl:value-of select="2"/>
                                                 </xsl:when>
                                                 <xsl:otherwise><xsl:value-of select="$bit_max_Pos"/></xsl:otherwise>