Subversion-Projekte lars-tiefland.ci

Revision

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

Revision 1446 Revision 1447
Zeile 3... Zeile 3...
3
/**
3
/**
4
 *
4
 *
5
 * @package WebanOS CI
5
 * @package WebanOS CI
6
 * @author Lars Tiefland <ltiefland@gmail.com> 
6
 * @author Lars Tiefland <ltiefland@gmail.com> 
7
 * @copyright 2016
7
 * @copyright 2016
8
 * @version $Rev: 1446 $
8
 * @version $Rev: 1447 $
9
 */
9
 */
Zeile 10... Zeile 10...
10
 
10
 
11
class Order_model extends CI_Model
11
class Order_model extends CI_Model
12
{
12
{
Zeile 18... Zeile 18...
18
		$this->load->model('dokumente_model', 'dokumente');
18
		$this->load->model('dokumente_model', 'dokumente');
19
	}
19
	}
Zeile 20... Zeile 20...
20
 
20
 
21
	public function get_list($start = 0)
21
	public function get_list($start = 0)
-
 
22
	{
22
	{
23
		$max_string_lenght = 2000;
23
		$sort = "b.id DESC";
24
		$sort = "b.id DESC";
24
		$update = $this->input->post('update');
25
		$update = $this->input->post('update');
25
		$filter = $this->session->filter;
26
		$filter = $this->session->filter;
26
		switch ($filter['versandstatus'])
27
		switch ($filter['versandstatus'])