Subversion-Projekte lars-tiefland.ci

Revision

Revision 1180 | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 1180 Revision 1182
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: 1180 $
8
 * @version $Rev: 1182 $
9
 */
9
 */
Zeile 10... Zeile 10...
10
 
10
 
11
class Bestelladresse_model extends CI_Model
11
class Bestelladresse_model extends CI_Model
12
{
12
{
Zeile 25... Zeile 25...
25
				firma,
25
				firma,
26
				strasse1,
26
				strasse1,
27
				str_nr1,
27
				str_nr1,
28
				plz,
28
				plz,
29
				ort,
29
				ort,
-
 
30
				email,
-
 
31
				telefon,
-
 
32
				fax,
30
				co.`name-ger` AS land
33
				co.`name-ger` AS land
31
			FROM
34
			FROM
32
				bestelladresse ba
35
				bestelladresse ba
33
			JOIN
36
			JOIN
34
				content_management.countries co
37
				content_management.countries co