Parcourir la source

links to koresp files in Budget for pro-netmedia

Piotr Labudda il y a 9 ans
Parent
commit
60f0fee9e6
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      SE/se-lib/Route/UrlAction/ProjektyProNetMediaBudget.php

+ 2 - 2
SE/se-lib/Route/UrlAction/ProjektyProNetMediaBudget.php

@@ -544,7 +544,7 @@ dostęp dla zarządu i os. odp.	kwota końcowa
 				var cellProfitFvNode = document.createElement('a')
 				p5Utils__nodeStyle(cellProfitFvNode, {display: 'block', color: '#999', fontSize: 'x-small', textDecoration: 'underline', whiteSpace: 'nowrap'})
 				cellProfitFvNode.appendChild(document.createTextNode('FV: ' + cost['label']))
-				cellProfitFvNode.setAttribute('href', '<?= Request::getPathUri(); ?>index.php?_route=ViewTableAjax&typeName=p5_default_db:IN7_DZIENNIK_KORESP#EDIT/' + cost['costRaw']['ID'])
+				cellProfitFvNode.setAttribute('href', '<?= Request::getPathUri(); ?>index.php?_route=ViewTableAjax&typeName=p5_default_db:IN7_DZIENNIK_KORESP#FILES/' + cost['costRaw']['ID'])
 				tdNode.appendChild(cellProfitFvNode)
 			}
 			costNode.appendChild(tdNode)
@@ -677,7 +677,7 @@ dostęp dla zarządu i os. odp.	kwota końcowa
 					var linkNode = document.createElement('a')
 					p5Utils__nodeStyle(linkNode, {color: '#999', textDecoration: 'underline'})
 					linkNode.appendChild(document.createTextNode(((fv['nr']) ? '('+fv['nr']+')' : '['+fv['id']+']')))
-					linkNode.setAttribute('href', '<?= Request::getPathUri(); ?>index.php?_route=ViewTableAjax&typeName=p5_default_db:IN7_DZIENNIK_KORESP#EDIT/' + fv['id'])
+					linkNode.setAttribute('href', '<?= Request::getPathUri(); ?>index.php?_route=ViewTableAjax&typeName=p5_default_db:IN7_DZIENNIK_KORESP#FILES/' + fv['id'])
 					fvNode.appendChild(linkNode)
 					tdNode.appendChild(fvNode)
 				})