From 1c5b9db5c7a6b9b618a205750c868bb56d1fe4ec Mon Sep 17 00:00:00 2001 From: Gerald Simane Date: Thu, 11 Mar 2010 14:38:20 +0000 Subject: [PATCH] --- include/firma.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/firma.class.php b/include/firma.class.php index 59a3f2431..3736bb520 100644 --- a/include/firma.class.php +++ b/include/firma.class.php @@ -387,7 +387,7 @@ class firma extends basis_db $this->result = array(); $this->errormsg = ''; - $qry =" SElECT tbl_firma.* "; + $qry =" SElECT tbl_firma.firma_id,tbl_firma.* "; $qry.=" ,tbl_standort.kurzbz,tbl_standort.adresse_id,tbl_standort.standort_id,tbl_standort.bezeichnung "; $qry.=" ,person_id, tbl_adresse.name as adress_name, strasse, plz, ort, gemeinde,nation,typ,heimatadresse,zustelladresse "; $qry.=" FROM public.tbl_firma, public.tbl_standort ";