Ver código fonte

Budget - fix cost description

Piotr Labudda 11 anos atrás
pai
commit
8a484159d6
1 arquivos alterados com 1 adições e 1 exclusões
  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 (monthNum != vMonthNum) return;
 				if (projPathLength > vPath.length) return;
 				if (projPathLength > vPath.length) return;
 				if (projPath == vPath
 				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));
 					modalBody.appendChild(tbody.cloneNode(true));
 				}
 				}