a.binder 10 лет назад
Родитель
Сommit
6c6f681c1e
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      SE/procesy5.php

+ 2 - 2
SE/procesy5.php

@@ -2639,8 +2639,8 @@ function tree_callback__show_item_from_CRM_LISTA_ZASOBOW( &$r, &$tree ) {
 	}
 	
 	
-	if(($r->minOccurs!=1)or ($r->maxOccurs!=1)) echo '(min:'.$r->minOccurs."/max:".$r->maxOccurs.")";
-	else echo "(min:1/max:1)";
+	if(($r->minOccurs!=1)or ($r->maxOccurs!=1)) echo '('.$r->minOccurs."/".$r->maxOccurs.")";
+	else echo "(1)";
 
 	echo'<span class="desc">';
 		if ($r->ALIAS_ID > 0) {