Merge pull request #14747 from daraelmin/develop
FIX #14746 Historical list of subscription shows empty member type
This commit is contained in:
commit
7e941ff5ac
@ -628,7 +628,7 @@ if ($rowid > 0) {
|
||||
$subscriptionstatic->ref = $objp->crowid;
|
||||
$subscriptionstatic->id = $objp->crowid;
|
||||
|
||||
$typeid = ($objp->cfk_type > 0 ? $objp->cfk_type : $adh->typeid);
|
||||
$typeid = $objp->cfk_type;
|
||||
if ($typeid > 0) {
|
||||
$adht->fetch($typeid);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user