PMCORE-1585

This commit is contained in:
Paula Quispe
2020-06-12 15:16:11 -04:00
parent fd7f944166
commit 008ed8a730
3 changed files with 3 additions and 3 deletions

View File

@@ -290,7 +290,7 @@ class AppNotes extends BaseAppNotes
$url = System::getServerMainPath();
$result = Documents::getFiles($docId);
foreach ($result as $item) {
$href = $url . "/cases/casesShowCaseNotes?a={$item['APP_DOC_UID']}=&v={$item['DOC_VERSION']}";
$href = $url . "/cases/casesShowCaseNotes?a={$item['APP_DOC_UID']}&v={$item['DOC_VERSION']}";
$attachFileLinks[] = "<a href='{$href}'>{$item['APP_DOC_FILENAME']}</a>";
}