FIX #14746
Historical list of subscription shows empty member type if not recorded
This commit is contained in:
parent
7cbc621f6b
commit
8b928a110e
@ -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