Show member name when sorting by members
This commit is contained in:
@@ -78,6 +78,7 @@
|
||||
$print[$id]['payment_method_icon'] = "images/uploads/icons/" . $payment_methods[$paymentMethodId]['icon'];
|
||||
$print[$id]['payment_method_name'] = $payment_methods[$paymentMethodId]['name'];
|
||||
$print[$id]['category_id'] = $subscription['category_id'];
|
||||
$print[$id]['payer_user_id'] = $subscription['payer_user_id'];
|
||||
$print[$id]['price'] = $subscription['price'];
|
||||
|
||||
if (isset($_COOKIE['convertCurrency']) && $_COOKIE['convertCurrency'] === 'true' && $currencyId != $mainCurrencyId) {
|
||||
@@ -94,7 +95,7 @@
|
||||
}
|
||||
|
||||
if (isset($print)) {
|
||||
printSubscriptons($print, $sort, $categories);
|
||||
printSubscriptons($print, $sort, $categories, $members);
|
||||
}
|
||||
$db->close();
|
||||
|
||||
@@ -110,7 +111,7 @@
|
||||
Add First Subscription
|
||||
</button>
|
||||
</div>
|
||||
<?php
|
||||
<?
|
||||
}
|
||||
?>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user