Piotr Labudda 11 лет назад
Родитель
Сommit
8a484159d6
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      SE/se-lib/Route/Budget.php

+ 1 - 1
SE/se-lib/Route/Budget.php

@@ -239,7 +239,7 @@ jQuery(document).ready(function() {
 				if (monthNum != vMonthNum) return;
 				if (projPathLength > vPath.length) return;
 				if (projPath == vPath
-						|| (projPathLength < vPath.length && projPath == vPath.substr(0, projPathLength))
+						|| (projPathLength < vPath.length && projPath + '-' == vPath.substr(0, projPathLength + 1))
 					 ) {
 					modalBody.appendChild(tbody.cloneNode(true));
 				}