Bug & merge

This commit is contained in:
aspangaro 2014-11-12 07:33:03 +01:00
parent a55afd4f50
commit c70539b3b2
2 changed files with 5 additions and 5 deletions

View File

@ -727,7 +727,7 @@ if ($id > 0 || ! empty($ref))
$loanstatic->label=$links[$key]['label']; $loanstatic->label=$links[$key]['label'];
} }
$loanstatic->ref=$loanstatic->label; $loanstatic->ref=$loanstatic->label;
print $loanstatic->getNameUrl(1,16); print $loanstatic->getLinkUrl(1,16);
} }
else if ($links[$key]['type']=='member') else if ($links[$key]['type']=='member')
{ {