Skip to content
Snippets Groups Projects
Commit 380ab8bf authored by aspangaro's avatar aspangaro
Browse files

Fix: Show Ref/rowid of loan

parent 49e2b1ff
No related branches found
No related tags found
No related merge requests found
......@@ -833,7 +833,7 @@ if ($id > 0 || ! empty($ref))
{
$loanstatic->label=$links[$key]['label'];
}
$loanstatic->ref=$loanstatic->label;
$loanstatic->ref=$links[$key]['url_id'];
print $loanstatic->getLinkUrl(1,16);
}
else if ($links[$key]['type']=='member')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment