Bug fix
Il restait un socpeople dans cette classe, grrr va falloir sortir la 0.1.4 plus vite que prévu
This commit is contained in:
parent
5c394ae10f
commit
2f821b86a0
@ -253,7 +253,7 @@ class Societe {
|
|||||||
{
|
{
|
||||||
$contact_email = array();
|
$contact_email = array();
|
||||||
|
|
||||||
$sql = "SELECT idp, email, name, firstname FROM socpeople WHERE fk_soc = $this->id";
|
$sql = "SELECT idp, email, name, firstname FROM llx_socpeople WHERE fk_soc = $this->id";
|
||||||
|
|
||||||
if ($this->db->query($sql) )
|
if ($this->db->query($sql) )
|
||||||
{
|
{
|
||||||
@ -285,7 +285,7 @@ class Societe {
|
|||||||
Function contact_get_email($rowid)
|
Function contact_get_email($rowid)
|
||||||
{
|
{
|
||||||
|
|
||||||
$sql = "SELECT idp, email, name, firstname FROM socpeople WHERE idp = $rowid";
|
$sql = "SELECT idp, email, name, firstname FROM llx_socpeople WHERE idp = $rowid";
|
||||||
|
|
||||||
if ($this->db->query($sql) )
|
if ($this->db->query($sql) )
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user