Fix: Show Ref/rowid of loan
This commit is contained in:
parent
49e2b1ffdb
commit
380ab8bfa5
@ -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')
|
||||
|
||||
Loading…
Reference in New Issue
Block a user