Subversion-Projekte lars-tiefland.ci

Revision

Revision 1403 | Revision 1419 | Zur aktuellen Revision | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 1403 Revision 1415
Zeile 382... Zeile 382...
382
			$this->smarty->assign("anker", $_POST["anker"] + 1);
382
			$this->smarty->assign("anker", $_POST["anker"] + 1);
383
		}
383
		}
384
		$ret = $this->order->get_list();
384
		$ret = $this->order->get_list();
385
		$orders = $ret["orders"];
385
		$orders = $ret["orders"];
386
		$anz = $ret["orderAnz"];
386
		$anz = $ret["orderAnz"];
-
 
387
		if ($anz == 1)
-
 
388
		{
-
 
389
			header("Location:/backend/order/edit/".$orders[0]["id"]);
-
 
390
			exit;
-
 
391
		}
387
		$this->smarty->assign('anz', $anz);
392
		$this->smarty->assign('anz', $anz);
388
		$this->smarty->assign('anker', $anker);
393
		$this->smarty->assign('anker', $anker);
389
		$this->smarty->assign('orders', $orders);
394
		$this->smarty->assign('orders', $orders);
390
		$this->smarty->view('orders.tpl');
395
		$this->smarty->view('orders.tpl');
391
	}
396
	}