Merge pull request #14747 from daraelmin/develop

FIX #14746 Historical list of subscription shows empty member type
This commit is contained in:
Laurent Destailleur 2020-09-16 00:49:41 +02:00 committed by GitHub
commit 7e941ff5ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);
}