Projekt

Allgemein

Profil

GX-Bug #47524 » PaymentWarningDashbeardFix.patch

Till Tepelmann, 14.07.2016 17:07

Unterschiede anzeigen:

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')
    (1-1/1)