GX-Bug #47503 » PaymentWarningDashbeardFix.patch
src/GXEngine/Controllers/DashboardController.inc.php (revision ) | ||
---|---|---|
84 | 84 |
{ |
85 | 85 |
if(!empty($row['payment_method'])) |
86 | 86 |
{ |
87 |
$row['payment_method'] = get_payment_title($row['payment_method']); |
|
87 |
$row['payment_method'] = @get_payment_title($row['payment_method']);
|
|
88 | 88 |
} |
89 | 89 |
|
90 | 90 |
if($row['orders_status'] == '0') |