Explorar o código

Budget - fix cost description

Piotr Labudda %!s(int64=11) %!d(string=hai) anos
pai
achega
8a484159d6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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));
 				}