Fix: Show Ref/rowid of loan

This commit is contained in:
aspangaro 2016-10-15 07:05:53 +02:00
parent 49e2b1ffdb
commit 380ab8bfa5

View File

@ -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')