$book->theme = $r->theme;\r
$book->proprietaire = $r->proprietaire_nom;\r
$book->proprietaire_id = $r->proprietaire_id;\r
- //$book->facturable = $r->facturable;\r
- //$book->facturable_id = $r->facturable_id;\r
$book->hash = $r->hash;\r
$book->compteur_visites = $r->compteur_visites;\r
$book->status = $r->status;\r
$book->theme = 1;\r
$book->proprietaire = '';\r
$book->proprietaire_id = 0;\r
- //$book->facturable = '';\r
- //$book->facturable_id = 0;\r
$book->hash = '';\r
$book->compteur_visites = 20;\r
$book->status = 0;\r
$where .= 'nom LIKE \'%' . $this->con->escape($this->q) . '%\'';\r
$daoClient = new extranetDAOClient($this->con);\r
$where .= ' OR proprietaire_id IN(' . $daoClient->querySearchByName($this->q) . ')';\r
- $where .= ' OR facturable_id IN(' . $daoClient->querySearchByName($this->q) . ')';\r
$limit = null;\r
} else {\r
$where = $this->makeWhereFromFiltres();\r