Jump to content
  • 0

Błąd w PA - kolejne zamówienie


elroy

Question

Witajcie

Znalazłem denerwujący błąd który występuje w moim panelu administracyjnym.

Po wejściu w ostatnie zamówienie normalnie strzałka kierująca do kolejnego powinna być nieaktywna. U mnie mimo, że pracujemy na najnowszym zamówieniu można przejść do kolejnego (co ciekawe o ID=0) co powoduje błąd.

 

Na zdjęciu moment o który mi chodzi

 

post-836680-0-64723700-1413410051_thumb.jpg

 

Błąd ze strony serwera

Notice: Trying to get property of non-object in /www/controllers/admin/AdminOrdersController.php on line 259

Fatal error: Call to a member function hasBeenShipped() on a non-object in /www/controllers/admin/AdminOrdersController.php on line 261

Kod z powyższego błędu

$this->toolbar_title[] = sprintf($this->l('Order %1$s from %2$s %3$s'), $order->reference, $customer->firstname, $customer->lastname);

			if ($order->hasBeenShipped())
				$type = $this->l('Return products');
			elseif ($order->hasBeenPaid())
				$type = $this->l('Standard refund');
			else
				$type = $this->l('Cancel products');

Mieliście taki przypadek? Jak to naprawić?

Edited by elroy (see edit history)
Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...